1077 results found
-
uniquely display multiple points at the same coordinates
When building a scatter plot with multiple points with the same coordinates, there's no visual cue or ability to inspect the different points on the same coordinate. Add the ability to display a single point that represents multiple points and then allow the user to expand the single point in to multiple points.
4 votes -
Heat Map with square box ...
How can i plot heat map with square as each intensity pixel instead of rectable as show in the link.
Pls hlep me as i am in great need.
Thanks
4 votes -
allow language options to be set within chart config
Allow the ability to set language options within a specific chart configuration. This would override any global language settings.
$('#container1').highcharts({ lang: { numericSymbols: [' thousandzzz', ' millionzzz'] }, series: [{ data: [0.029, 71.5, 1.06, 1292, 14400, 1.760, 135] }] });
3 votes -
Applying axis.breaks dynamically
Hi, I am not sure whether this is right place to put this link http://jsfiddle.net/roytirthadeep/pupk16ys/9/,
please excuse me for the sameFor the last couple of days I am trying to figure out a way to apply axis.breaks dynamically. But, the issue is breaks are applied properly based on the break size specified but the ticks are overlapped. How to resolve the issue.
Steps:
- Start and wait for sometime (5 secs)
- Pause and wait for sometime (5 secs)
- Now, click start again, we can see the ticks are overlapped.Is it possible the same using axis.breaks…
3 votes -
Summary Tables
Add support for adding simple data tables inside or outside of a chart. This would be similar to a legend, but contains custom data sets. Currently we use the Highcharts Renderer to render a background rectangle based on the matching chart options and draw the table the same way the legend is drawn outside of the table. It would be nice if there was the option for that datatable to exist under the chart/overlayed on the chart or completely separate from the chart.
53 votes2019-03-04
Added a study for integration with Handsontable, a third party grid component: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/studies/summary-table-handsontable/2017-09-11
The data table is now a feature of the data-export module. See http://jsfiddle.net/highcharts/VEs7z/3/. Notice how it updates as the chart is updated (for example by showing/hiding series).
2014Here’s a proof of concept of how you can draw a table programmatically: http://jsfiddle.net/highcharts/VEs7z/
-
Tooltip delay
I would like the tooltip to have a 'initial delay' - such that it acts more like a typical tooltip. I.e. the tooltip only shows after the mouse is stationary for a specified time, and then tracks data points instantly once shown.
Additionally, I would like the tooltip to be able to be replaced by a callback which provided the point values, such that they could be displayed elsewhere. So, for example, I might want to display the values of the currently tracked points in a div to the right of the graph, while still retaining the crosshair functionality.
22 votesHere’s a snippet that adds an optional delay to the initial tooltip display: http://jsfiddle.net/highcharts/xb4ax7v0/
Does this fix your problem?
-
Icicle chart from highcharts
I am implementing ICICLE chart ,
And in highcharts I see no chart property for it that I can use to tweak and render ICICLE chart .The implementation is already present in d3 .
http://bl.ocks.org/mbostock/1005873Is there any way I can tweak data and chart properties in Treemap and render IcIcle Chart
Please help me figure this out
1 vote -
Highstock and sparklines
It seems it is not possible to use highstock and sparklines? I would like to have a navigator which would select a range, but then a series of nicely spread sparklines. So something like this demo (http://www.highcharts.com/demo/sparkline), but just that below there is a navigator.
1 vote -
Show tooltip on data label (line charts)
Linecharts should display the tooltip when you hover over the data label. Just like column charts do.
Compare http://jsfiddle.net/kzoon/q9d1357y/ with http://jsfiddle.net/kzoon/8h39gkyw/1/I actually think this is a bug and not a feature request, but got referred here
9 votes -
33 votes
-
Replace rectangle zoom with mouse panning and zooming
Panning and Zooming like in Google Maps is way nicer to use than the current implementation of rectangle zoom. Would be great to have such feature :)
184 votesBy adding the Highmaps as a module in HIghcharts, we can get working mousewheel scrolling in Highcharts: http://jsfiddle.net/highcharts/6etwu5b4/
-
Theme Creator
A theme creator for different styles of the library would be nice.
34 votes -
Dual-x axis stacked column chart
Looking for some advice on creating a dual-x-axis stacked column chart like this: http://s284.photobucket.com/user/dsheets1/media/CostCurve/CostCurve_zpsp0gfytgf.png.html
1 vote -
DataLabels options per point
Allow to position and rotate dataLabels based on per-point basis.
Something like http://jsfiddle.net/Yrygy/267/ but based on a configuration, not on javascript or with something like a formatter that returns an object with positional informations (eg: {rotation, align, x, y, etc...})
Thanks
4 votes -
Zoom out with mouse
In the same way that you zoom in on a chart by rubber-banding with the mouse by clicking and dragging from top left to bottom right add functionality to allow zooming out (to full extents) by doing the reverse - i.e. by clicking bottom right and dragging to top left. Very simple - you could then ditch the reset zoom button if you wanted.
4 votes -
create power point report from highcharts
have some PowerPoint charts I want to convert to power point report. Is there any solution for that? Please help
Thanks3 votes -
Cross lines In a Cloumn chart. This feature is added by Microsoft in Office 10.
Cross lines In a Cloumn chart. This feature is added by Microsoft in Office 10.
1 vote -
1 vote
-
Internationalization involving rtl languages
A suggestion I would make in the Internationalization context would be an overall rtl chart command which would call into action a group of these piecemeal xAxis reversals, navigator xAxis reversal, yAxis oppositeness, rangeSelector positioning, and input positioning. In the same vein as setting rtl in your <body> tag. Perhaps the chart should even take a hint from the enclosing div’s direction tag in lieu of requiring this explicitly. Now, that would be a clean rtl interface!
Positioning of the rangeSelector buttons: they should move and reverse so that they begin on the right side and progress leftward.
Also, the…
6 votes -
Come up with a way to be able to control the column width of stacked chart that is based on the xaxis values
So the thickness of the column (pointWidth) is relative to the x value range
1 vote
- Don't see your idea?