1081 results found
-
Allow the tooltip to appear when a point is clicked (instead of hover).
Tool tip only appears when a point is clicked rather than hover. The tool tip would persist until another point is clicked or if the user clicks anywhere on the chart.
82 votesHere’s a small drop-in snippets that stops tooltips from the mousemove event, and applies them to the click instead. Touch devices should be unaltered.
-
get pdf of all chart of one page on one click
and i want to store all image of chart on load of page
2 votes -
Support HTML name/number entities in text returned by tooltip.formatter
The tooltip.formatter() supports some HTML entities, e.g. <b>, but it doesn't support named or numbered entities.
For example, if I return "°" the tooltip shows those 5 chars instead of the degrees mark(°).
Same if I return "°"... tooltip shows those 6 chars instead of the degree mark.4 votes -
Prevent the cursor from chaging to an I-beam when mouseover text (eg: axis labels)
By adding the pointer-events="none" attribute to the chart's <text> elements you can cause the cursor to NOT change to the I-beam when the user mouses over stuff like axis labels and such.
Little stuff likis GREATLY improves the professional appearance of the chart.1 vote -
Zoom out stepwise
Would be a great idea for e.g. all line-charts. See your friends
1 vote -
add category label mouse events
Events triggered when a user clicks/hovers/etc a category label (xAxis labels).
I would use this to provide more in depth information about the label clicked. For instance, charting years in xAxis, user clicks 2012, should bring up a menu with additional options for that year
24 votes -
Crosshair snapping
When I move my mouse ("zoomType=x" enabled chart) over the data, the x-crosshair seems to snap to the datapoints. there should be a way to either:
- turn off the "auto-snapping" function
- disable/hide the "x-crosshair" when a "zoomSelection" or "mousedown" event takes place and then enable/show it after a "mouseup"?
- snap the "selection start/end" to the "snapped-datapoint"
Any one of these solutions or any other suggestion would be great!
13 votes -
Custom Navigation bar for supporting Local date/time like Jalali Date
Custom Navigation bar for supporting Local date/time like Jalali Date
1 vote -
Add flag text to the main tooltip when aligned with the flag's date.
When i have one or more flags on highstock, i'd like the flag's text will show up in the tooltip that shows up on the charts itself and not only when pointing on the flag
6 votes -
multiple axis alignment control
There seems to be a lot of posts in the forum asking how to align the 0 values of multiple y axes.
My thoughts for implementing this:
Chart level option (like alignTicks): alignBaseline: boolean (default: true)
Axis level option: baseline:(numeric) (default: 0)By default 0 is the baseline for each axis, and by default the 0 value for each axis is aligned.
The user can set the baseline to any other set of numbers that should be aligned, or turn off alignment.617 votesNew experimantal implementation for Highcharts 4.1 is available at http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/studies/alignthresholds/.
This implementation looks a the threshold on the primary axis (the one first defined), and aligns the threshold of any following axis to that of the primary axis.
-
Don't draw chart / series if set of data is empty.
Currently I have an issue where if a set is empty, the line will still be displayed, and if all of the series are empty, a chart will display without any lines. This should be handled by default where if the series is empty, do not draw the line for it, and if all of the series are empty, do not draw the chart.
3 votes -
add support for subscripts and superscripts to the Renderer buildText function.
Currently, the buildText function doesn't render subscripts and superscripts in the SVG output, but subscripts and superscripts are supported in SVG 1.1 using the baseline-shift attribute on the tspan element. Please add support for parsing <sub> and <sup> tags and rendering them as appropriate tspan elements.
29 votes -
define the height of xAxis plotBands or a widht of yAxis plotBands
I need to define specific areas in my scatterplot.
It would be very helpful to have the possibility of specifying y limits for a band plotted on the x axis and the other way round (that is to specify x limits for a band plotted on the y axis) in such a way that someone can highlight delimited areas (in the form of a rectangle).
Thank you!59 votes -
Wordpress Plugin
A plugin where one can upload a CSV file and in turn it creates a graph of its own, like a page.
19 votes -
3d surface charts
Anyway plans for 3d surface charts?
http://code.google.com/p/javascript-surface-plot/154 votesCheck out Paulo Costa’s plugin for 3D surface charts: http://www.highcharts.com/plugin-registry/single/35/contour
-
Implement the ability to add tooltips to Charts labels
Implement the ability to add tooltips to Charts labels
1 vote -
43 votes
-
Use requestAnimationFrame instead of setTimeout
All animations in Highcharts use setTimeout. A new feature, requestAnimationFrame (https://developer.mozilla.org/en/DOM/window.mozRequestAnimationFrame) optimize all animations (CSS3, SVG, JS) to have a smooth rendering.
More explanation : http://paulirish.com/2011/requestanimationframe-for-smart-animating/
36 votesAdded in the code base for Highcharts 6: https://github.com/highcharts/highcharts/commit/7ad0d20b5c3197286e859ef830316f47187cfcc0
-
Export Chart Data to CSV, Excel, and More, via Data URIs
It should be real simple to grab the currently visible series (optionally trimmed to the zoomed x-range), and construct a CSV data data uri, to allow downloading right from the browser, without an additional server hit. In fact, I'm going to try it right now. It might be possible, using certain binary (or XML) JS wizardry to construct the same for Excel.
68 votesHere’s a small plugin for getting the CSV for a categorized chart:
-
YTD
I use Highcharts for my mutual fund company's website and it works great. However, as we only update our performance for the funds once a month the YTD as of starting 2012 is not working anymore since the values in the dataset only stretches to the end of 2011.
It would be great if you could enable a feature for YTD to only strech to the last date in the dataset. Most other funds do not update their performance (regarding their charts) more than weekly/monthly either so I am confident this will disable many fund companies from using high charts.
6 votes
- Don't see your idea?