chartit / django-chartit

A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
http://django-chartit.mrsenko.com/
Other
492 stars 166 forks source link

Cannot zoom data series #34

Open hacmachdien opened 8 years ago

hacmachdien commented 8 years ago

This is my data series: var _chartit_hco_array = [{"series": [{"stacking": false, "zoomType": "x", "type": "line", "name": "cell_7", "data": [10.586, 10.981, 12.433, 13.537, 11.149000000000001, 12.506, 12.504, 11.191]}]

Does Chartit support zooming or is it something wrong with my data? Please have a look guys. Thanks.

nitrax92 commented 8 years ago

Did you figure it out? I'm facing similar issues with tool-tip formatting, and buttons for exporting the chart, and zooming. To me it seems that so many highchart functionalities just wont work with this library.