1077 results found
-
Export images using canvg
With very few codeline changes in export.js you could convert the svg into a canvas using http://code.google.com/p/canvg/
Then send the canvas.toDataURL to the server and let it reply a base64_decode of it, or alternatively use Downloadify to eliminate any server interaction altogether.
This way highcharts doesn't require any conversion library like batik and can be used everywhere (without internet access for export.highcharts.com)Your Highcharts library rocks btw!
9 votes -
Clicking on legend item colors/shapes should behave like the legend item titles
It would be nice if clicking on the legend item color/shape would behave just like the item title (hiding/unhiding) a series.
3 votes -
Tooltip for the export icons.
There should be a tooltip for the print and download icons when hovering them.
6 votes -
Add a 'startOnMin' option to the axis properties
See: http://highslide.com/forum/viewtopic.php?f=9&t=7904
and:http://highslide.com/forum/viewtopic.php?f=9&t=10642Add an option so that the precise start point of the grid lines/ axis labels can be specified
44 votes -
7 votes
-
xAxis/yAxis mouse events
Now you can add events only to points. An axis event maybe could be made aware of the points that are at a specific x/y value. I would use such an event to create an index based on a certain value in a timeserie. I hope this makes sense, or I will try to better explain it.
9 votes -
Zooming and Dragging like Google Earth
i.e. zooming with wheel and dragging with mouse
an option in the chart section beneath zoomtype with name (for example) zoommode would be nice, with two options "box" (as current since you drag the mouse to make a box) or "wheel_drag" (because you use the wheel and can drag)
17 votes -
Add video tutorial
Add video tutorials,how to install script to your own website from a to z...From how to install and how to get working..
6 votes -
renderTo container for legend
Add optional render container for legend, in this case we can make floating and other things on legend
14 votes -
Show only select curve Yaxis on multi Yaxis plot
Display only 1 Yaxis on multi curve and change it when a curve has focus when click on or mouse over...
1 vote -
Insert series at specific index
Similar functionality to addSeries except with an index parameter so you don't have to always add series to the end of the array.
15 votes -
Color and Style Options, Ability to make things Familar and Uniform
User Interface can require uniform colors for datasests much better for users.
For Example a certain Data set should always be able to be presented as a special variant of Blue, so can be identified without having to read.
4 votes -
Pivot Tables
I know this isn't a chart but it is related to visualizing your data. Could you make a Pivot chart? You would be able to Drill up or down along a drill path, change Side labels to Top labels, focus on particular values in side and top labels, use javascript to define each fact item and you could even link that data to another Highchart to visualize it. As one changes, the other changes.
88 votes -
Zk Grails support
If we can use it (requires Zk Grails support), we will license it.
3 votes -
Allow labels on datetime axis to be modified prior to formatting
Using local time for a datetime axis is usually a bad idea, because when daylight saving is introduced parts of the x-axis would overlap and other parts would have gaps. So data points on the axis are best plotted using UTC. However, it can then be useful to label them in local time. It might also be that the local time required is different to the PC local time, if you are supporting a Italian user from the UK, for example. These requirements could easily be supported by modifying the dateFormat function to call a user-defined adjustment function that could…
5 votes -
multiple points for same date w/ average
The idea is to have it so on a line graph, I can have more than one point for a date (or x-axis point) and the line chart code will average it when creating the line. This is useful for line charts that have multiple observations for a specific date.
9 votes -
Process Control Chart
Room for easy visibility for Western Electric rules which attempt to distinguish unnatural patterns from natural patterns.
For example, adding a remark at a point which two out of three consecutive points fall beyond the 2σ limit, on the same side of the centerline.
Another example would be: Five consecutive points fall on the same side of the centerline (average)
5 votes -
47 votes
-
Area Fill: multiple fill levels
Currently area is filled above and below some threshold level. It'd be nice, if two separate levels could be specified: top and bottom with are filled above top and below bottom. Even color could be specified for each fill: top-color, bottom-color.
Example: http://cl.ly/5mGw
12 votes -
allow user to pick a graph point and change it.
Click a point to edit, change its location on selected axis.
1 vote
- Don't see your idea?