1077 results found
-
More formats supported by Highmaps or simple converter/plugins.
Be able to easily get data from PostGIS, import a KML, or a simple MultiLineString.
0 votesThanks for the feature request.
-
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 -
Averages (mean/median/mode)
Include average information with each chart. This could include mean, median, and mode.
18 votes -
add headerFormat and footerFormat to legend
add headerFormat and footerFormat to legend, like you have for tooltip.
3 votes -
Add labelLength related setting for autoRotation ellipsis
Would be nice to specify a max labelLength setting to control the label width that is used before ellipsis is shown on x-axis labels.
I see in renderUnsquish() is where you currently determine the width to set:
// Add ellipsis if the label length is significantly longer than ideal if (attr.rotation) { css = { width: (labelLength > chart.chartHeight * 0.5 ? chart.chartHeight * 0.33 : chart.chartHeight) + PX, textOverflow: 'ellipsis' }; }
1 vote -
How to add directional arrows to map lines HighMaps
Add directional arrows to your map line
10 votesSee http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/studies/direction-arrows/ for a proof of concept.
-
would be good to have global rtl option
it would be good to have rtl option in global lang. it will simplify the implementation for switching feature between rtl & ltr
2 votes -
Highchart as a Plugin for Confluence (Atlassian)
We're evaluating the highchart tool in Confluence. We would like to export Confluence pages into MS Word. The main problem is, that the Word export isn't be able to convert highchart diagrams (as HTML Code), just static .png or .jpg.
If there is a possibility to develop a Confluence plugin to the marketplace, which automatic create a png/jpg of the actual diagram in the confluence page. It's like if you we're go over the print out of the printer (taking the actual 'screen').
We know that would take his time to develop, so we would take a part of the…6 votes -
Clickable labels and hover for bar and column chart.
Use a bar / column chart to map companies vs their annual revenue. Click on the company name in the bar chart label can give me more information about the company etc. Having a hover target on the label can provide me more context.
Basically we want click target recognition as well as hover targets for the bar and column labels on the bar and column charts
1 voteAll of this is currently supported through click events, mouseover or tooltip, drilldown etc.
-
Legends not to interfere with swipe on a tablet screen to scroll
Legend not to interfere with swipe on tablets to scroll the screen
In a tablet, when I try to swipe the screen to scroll down/up, I have to avoid touching the legends. Otherwise, the screen won't scroll, instead, one of the legends would receive the touch event. Is it possible to make a change such that swipe on the legends can scroll the screen, instead of toggling the legends?
3 votes -
Built in CSV support/Separate data from config
Please add "native" support for data as CSV. Partially in docs you describe how to make use of CSV data, but I think this is just too inconvenient. A nicer approach would be to have the API separate the "data to display" from the "configuration of a chart", where the data would be as CSV and the configuration as JSON or XML. Take a look at AnyCharts (or better AnyStock) for a very nice API that does this.
15 votes -
Support for contextmenu event
Please add support for contextmenu event handlers, or mousedown/mouseup/click events which are captured, to be able to prevent default browser right-click popup menu.
It would be useful to have an ability to show custom menu on different parts of chart (slice/series/point/legend etc.) with according info respectively.111 votesI’ve tried to modify Joe’s patch into a plugin so that it can run without modifying Highcharts itself. The result can be seen at http://jsfiddle.net/highcharts/c42Ms/.
I didn’t have time right now to check across browsers, but I’m open for suggestions for improvements.
-
3 votes
-
Could you really help with the following: ie i need to have 4 buttons: "Hourly", "Daily","Weekly","Monthly" So that when "Hourly" is cli
Could you really help with the following:
ie i need to have 4 buttons: "Hourly", "Daily","Weekly","Monthly"
So that when "Hourly" is clicked i need the chart to display the hourly data for the month.
Likewise when "Daily" is clicked i need the chart to display the Daily data for the month.
Likewise when "Weekly" is clicked i need the chart to display the Weekly data for the month(ie the chart should show the sum of values in a week, so that it will show 4 weekly points of the month).
Likewise when "Monthly" is clicked i need the chart to…1 vote -
More control over chart animation
I would like the ability to have more control over the chart animation - specifically for a series (line) chart, including rewind, forward and pausing (pausing being the most important).
I posted in the main help forum about the progress I've made 'hacking' the code. I THINK jquery fx object & the clippath width are key, but still no 'triumph' (http://forum.highcharts.com/highcharts-usage/pausing-rewinding-resuming-series-animation-t32042/)
I am working with a graph that is superimposed over a html5 video (flowplayer to be precise), the graph and movie need to be 'in synch' because the graph represents people's opinion of that part of the…
4 votes -
Can we have smart labels for stackbar charts
When the individual stacks in a stack bar are too small the labels are overlapped. It gets really hard to read the text on screen. I understand we can use the tooltip feature to see the exact value for any stack. But in case we need to print the chart on paper Smart labeling would really come in handy
1 vote -
1 vote
-
3 votes
-
Add new series 'barrange'
Currently the only way to create a horizontal 'columnrange' series on a datetime axis is to create an inverted graph. This makes it impossible to easily add other series like lines/splines as x/y is swapped. It is possible to simulate this with a scatter series with swapped x,y and lineWidth > 0 but this is far from ideal. Another hack is using a thick line that is broken into sub segments. But this will require you to add a new series for each colored block as a line series cannot apply different colors to segments of a line.
It is…6 votes -
to add another option for frame (3d chart) :
the frame (3d chart) has only three properties:
bottom
back
sidei think that is a good idea to add another properties:
"top"
In this way i can customize the chart with color (added on the bottom, and on top)
3 votes
- Don't see your idea?