示例#1
0
 def _set_chart_line_color(self, *args):
     self.chart_line_color = utils.rgb2html(args[-1].get_color())
     self._render_chart()
示例#2
0
 def _set_chart_line_color(self, widget, pspec):
     self.chart_line_color = utils.rgb2html(widget.get_color())
     self._render_chart()
示例#3
0
 def _set_text_color(self, *args):
     color = utils.rgb2html(args[-1].get_color())
     self._set_chart_font_options(color=color)
示例#4
0
 def _set_chart_line_color(self, widget, pspec):
     self.chart_line_color = utils.rgb2html(widget.get_color())
     self._render_chart()