Settings and activity
9 results found
-
1 voteMitar shared this idea ·
-
38 votes
An error occurred while saving the comment -
1 voteMitar shared this idea ·
-
19 votesMitar supported this idea ·
-
45 votes
Here’s how to add the events with jQuery:
http://jsfiddle.net/highcharts/5V33F/Mitar supported this idea · -
42 votes
An error occurred while saving the comment Mitar commentedIf I understand correctly, it would be easy to extend scatter plot with this? So that one could compute x,y positions for nodes and then draw lines for links between nodes?
What I would like to see in addition is the possibility to use this diagram in a time-series fashion. When you have a time-series of such diagrams and you can move backwards and forwards.
Is there any documentation on how to write plugins? On what is internal API and so on?
Mitar supported this idea · -
1 vote
-
9 votes
Any member of the point’s configuration object can be referenced directly in the tooltip: http://jsbin.com/IyahIVeC/4/
To allow custom properties in array form, you can set the pointMap series property like this:
http://jsbin.com/IyahIVeC/3/An error occurred while saving the comment Mitar commentedYes, but if I understand documentation correctly, currently using objects for data points adds significant performance penalty because object is interpreted as options for each point. Allowing just inactive objects instead, which would not be processed in any special way, but would just allow additional data to tooltips, would improve this, no?
An error occurred while saving the comment Mitar commentedPlease implement this. Was is currently available is not enough. Currently you can or use slow objects (which are specially processed and keys influence points) or just numbers. Can we please get something in between, for example, an array with: [x, y, data], where data can be arbitrary object which is passed as it is without any processing to formatter for each point. This would mean that points can still be drawn fast, but there is additional data available when displaying tooltip.
This can help implement such interactions like brushing and linking. Or displaying additional metadata for each point.
Mitar supported this idea · -
7 votes
You can currently implement this as plot bands on the X axis.
Mitar shared this idea ·
I made this code which synces multiple graphs together: https://github.com/wlanslovenija/django-datastream/blob/master/django_datastream/static/datastream/js/datastream.js