1081 results found
-
272 votes
Here’s a small plugin that creates CSV out of a categorized chart. Included in the demo is a menu item in the Export menu that passes the CSV to a PHP script and returns a file to be viewed in Excel. Charts inside Excel are not supported in this demo.
-
Add support for relative (lowercase) SVG operators in path
This would allow SVG paths to be shorter in many cases, which would reduce data size, and make the page load faster.
For example, SVG path for a rectangle could be
"M400 400h32v28h-32Z"
instead of
"M400 400L432 400 432 428 400 428Z"
See http://forum.highcharts.com/highmaps-usage-f14/use-of-relative-commands-in-svg-paths-for-map-t31720/1 voteThank you for your suggestion.
-
Inserting a tooltip option about the chart
Some complex charts need bring some information to user.
So, for it, to insert a button with a tooltip would be very good.
Like it: http://postimg.org/image/rttirx91x/
9 votes -
Make charts responsive in the same fasion as frameworks like Bootstrap
The idea would be to have Highcharts inherit classes from the framework which enable responsive behavior based on device specs, similar to the 'col-" classes in the latest version of Bootstrap. I would think that responsivness should extend to the various attributes of the graph like scales, etc.
18 votes -
HighTables
You have great charts and stock charts.
However, there is one piece of data display which is used widely everywhere: tables.
What you can do?
1. Dynamic tables
2. Drill down tables which is very popular.
3. Various types of calendar, P/L and other tables.
4. Sort, choose columns, re-arrange and etc.My idea is that you create totally new direction - HighTables!
8 votes -
Make DataLabel alingment property available for Pichart
I want alingment property for DataLabel so that I can keep DataLabel Left or Right alinged to connector , if DataLabel's length is more then by making dataLabel aling right , left side of chart is get utilized.
http://jsfiddle.net/46mdgk4p/2/
see this image [IMG]http://i59.tinypic.com/2lji8g1.jpg[/IMG]
3 votes -
Howto update point an added piont?
I have added a latest data point into chart, how can I change it's position?
What I can finish this only by redraw all points.Best wishes.
3 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 -
Attractive, interactive tables
Similar to something like DataTables; styling, sorting, searching, pagination, etc.
Since charts and tables go together on a page almost all of the time in my experience, it would be so nice and logical not to have to use two separate systems to build a single, polished page, in which the visual data is presented fully ready for end users.
Looking forward, hopefully, to this coming out. :)
6 votes -
Allow clickable tooltips
It would be good if you could hover a point on the graph and then click on the tooltip that appears so that you could redirect the user to a relevant page (e.g. a news article).
114 votesIf we added an option to pin the tooltip on click, we could easily add links inside it.
-
add the ability to insert a custom class to data points matching specific criteria. If range is 1-9, if range is 10-19, etc.
If a data point is between X and Y integer, give it "class='low-range'" if a data point is between A and B interger, give it "class='custom-class'", etc.
1 voteHere’s how you can do this currently with a little extension: http://jsfiddle.net/highcharts/tc5b2vbr/
-
Reverse point order in shared tooltip if yAxis.reversedStacks = false
When I set yAxis.reversedStacks to 'false' in stacked charts I would like to have reversed order of points in shared tooltip.
4 votes -
Download builder - add a url to identify and regenerate or modify a build
It would be very convenient if if the generated file contains a URL which enables a user to identify and regenerate or modify a custom build.
Modernizr offers this service:
http://modernizr.com/download/#-fontface-draganddrop-svg-shiv-cssclasses-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes16 votes -
motion chart
similar google motion charts and most impotant it should work on ipad
92 votesAs Jamie says, Highcharts already supports this, you just need to loop over datasets and run Series.setData or Point.update for each step.
But we are currently working on a set of demos to demonstrate this, which will make it easier for you to set up, as you can copy-paste from our samples.
UPDATE 2019.27.09:
There’s a plugin for it: https://github.com/TorsteinHonsi/Motion-Highcharts-Plugin -
PowerPoint Export
I'd like to see a PowerPoint export option.
The Highcharts chart would have to be a "chart object" on the PowerPoint slide, meaning you could click on the chart in the slide to change properties.
I'd be willing to pay more/extra for an export module that had this capability.
103 votes -
all district in malaysia state on highmap
i hope on highmap for malaysia country have all district on every state
4 votes -
I want to create a word cloud. But unfortunately its not available . http://www.wordle.net/show/wrdl/8075201/Independent_Learning
Add word cloud charts also.
9 votes -
Different border-color/border-settings for navigator top-border and navigator handles active area border.
I would like to have the top-border of the navigator different from the border surrounding the handles of the navigator. See
Attached png for explanatory markers.Below I have a fiddle of my attempt:
3 votes -
Draggable guage
Just like we have a draggable graph option, can this be done to the guage as well?
http://www.highcharts.com/demo/gauge-solidI will need it to enter a value by dragging that pointer across a 180 or a 360 circle, to alter percentage like values etc.
Thank you.
3 votes -
tooltip config option to contain within the chart container, so a wide/long tooltip borders on the graph
right now if a tooltip is too long or wide, and expands outside of the graph's container, a mouseover outside of the container immediately closes the tooltip.
this prevents a user from clicking, for example, a custom link at the bottom of a long tooltip that expands outside the graph.
1 vote
- Don't see your idea?