jeffreythewang commented on a change in pull request #4185: Add new
visualization for custom X-Y axes
URL:
https://github.com/apache/incubator-superset/pull/4185#discussion_r166058702
##########
File path: superset/viz.py
##########
@@ -901,6 +901,82 @@ def get_data(self, df):
}
+class NVD3LineXYViz(NVD3Viz):
+
+ """A rich line chart component with customizable X & Y axes"""
+
+ viz_type = 'line_xy'
+ verbose_name = _('XY Line Chart')
+ sort_series = False
+ is_timeseries = True
Review comment:
Just to note - I decided to go with the latter solution and forego
implementing limiting.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services