1077 results found
-
Allow chart to determine/set auto-height/width.
See here: http://forum.highcharts.com/post115029.html
This would add a chart width/height setting of "auto". For bar charts, the auto height uses the point width and padding options to determine the "correct" height of the plot box, instead of using the size of the container. For column charts, the chart would grow/shrink horizontally to fit all columns.
19 votesWe experimented with this in http://jsfiddle.net/gh/get/jquery/3.1.1/highcharts/highcharts/tree/samples/highcharts/studies/axis-staticscale/
-
Table output (instead of a chart)
It would be wonderful if data could be displayed in the form of a simple data grid table (just rows + columns, with headers and some HTML formatting, maybe). A "text" chart type, so to speak.
(background: we use Highcharts to display a variety of data online. some of the data, however, would be much more readable when displayed as a simple data table instead of a chart; but for the sake of consistency, we would prefer to use Highcharts for all data displays (rather that using plain HTML for tabular data). Also, the user should be able to download…
4 votes2018-09-06:
Okay here’s an experiment where we move the whole table inside the chart, also enabling export: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/studies/exporting-table-html/2018-09-05:
We don’t support this directly, but it is possible to hide all elements of the chart and preserve the table: http://jsfiddle.net/highcharts/g1qx35nw/1/Now the export menu doesn’t work though…
-
12 votes
-
Manage multiple pie series dinamically
Would love highcharts to be smart-enough to be able to manage multiple pie series in a smart/dynamic way
This would include
- being able to handle multiple series on pies this should be handled automagically, same way other type of charts does (bars, columns, ...)
this would include rendering the diferent series in the given container, making its representation fluid.
currently the JS programmer needs to specify the centre of the pie, and the size of it, being aware of the given space, leading to some calculations that are difficult to handle when leading with a dynamic number of data/series.parametrization…
12 votes -
activity guage
Heare I required lagends and lables in highchart activity guage chart => https://www.highcharts.com/demo/gauge-activity
check stake overflow link : https://stackoverflow.com/questions/52930176/highchart-activity-guage-display-lable-and-lagends
1 vote -
Multilanguage or internationalized map data
The idea is that we can display the name of each country the same language as the browser's setting.
3 votesIt’s probably better to keep internationalized versions of the map outside the file itself, to keep it maintainable. Here’s a proof of concept of how you can keep translated country names in a separate object and apply it dynamically to the map data: http://jsfiddle.net/highcharts/fbyhfe2s/
-
3D Line Chart
3D Line Chart like the Scatter 3D chart
3 votes -
Drill down to cities in USA
Hello Highcharts team,
We need USA country map drill down to a specific city or location level.As per the questions in search forum we searched USA city level coordinates data in the following path and not able to find it.
https://code.highcharts.com/mapdata/
It would be helpful to us if you people provide us Geojson data to specific city or location level in USA or adding a new feature to drill down data as we doing it from state to county level drill down.
3 votes -
Automatic draw of Supply and demand area
An indicator that shows where are major support or resistance or (supply-demand zones) drawn on the charts
1 vote -
Highstock Pinnable Tooltip feature
Hey HighCharts Team
We were looking at the Pinnable Tootlip feature available here : https://www.highcharts.com/demo/line-ajax
And were wondering if there is any way to export these Pinnable tooltip in an image/excel along with the rest of the chart?We built some custom code and it would look something like this : https://jsfiddle.net/wchmiel/dfxvwkut/
If in case the feature isn’t available now, is there any chance this can be worked upon now?
6 votesI think the cleanest solution would be to use the addAnnotation API: https://jsfiddle.net/highcharts/dfxvwkut/16/ . Available options are documented at https://api.highcharts.com/highcharts/annotations.labelOptions.
-
Hichart Sunburst chart add default drilldown oprion
Check below link for more details
1 vote -
support borderWidth parameter for individual points
Mouse hover over the highlighted map (with thicker border width), when mouse moved out from the point, the side of border that mouse moved out becomes thinner.
Here is the example. https://jsfiddle.net/baoshenyi/fnow0j7k/25/
After confirmed it with tech support team (Kamil), he recommends to raise a enhancement for it.
1 vote -
Dragable Y axis labels to zoom Y
It would be amazing if Highcharts could implement the ability to click, hold and drag the top and bottom areas of the Y axis on colum, area, line and stock charts in order to Zoom in and out of the Y axis (independently of the X axis).
Most stock charts allow you to click an area of the Y axis and for example by moving the mouse up, you zoom in on the Y axis (stretch) and moving the mouse down you zoom out on the Y axis (contract).
Also for example dragging the top area of the y axis…
1 voteThanks for the suggestion! I have seen a plugin for this feature once, but it is years ago and I can’t find it…
-
Add Image Export Server to Azure Marketplace
Azure has support for 3rd parties to create marketplace entries so customers can just add a component to their system without the need to configure it from the ground up. We use the image export server and think that it would be a really great addition to the Azure marketplace as it would have made our job easier and I'm sure the job of others easier as well.
8 votes -
marker useHtml, allow custom class, or allow text in marker
I would like to have a numbered marker in my scatter plot.
The only way I can currently figure out how to do this is to use custom numbered images for each one. It is difficult to maintain as the result set keeps growing.
I can't use dataLabels with negative coordinates as I use regular dataLabels for my markers as well.
Even if I could just assign a custom class to the image then I could use a sprite and adjust the positioning as needed via css.
1 voteOne way of achieving it could be to create a duplicate series so that you can have one data label for the actual point, and one for the regular data label: http://jsfiddle.net/highcharts/kvjs3trf/
-
Panes instead of yAxis
I've seen the demo of using yAxis as if it was a separate pane, but it's basically just faking it. I'd like to have actual separate panes in the chart, so that I can have a mix of different yAxis series exist inside each of those separate panes.
like:
Pane1 : holding 2 line series with separate YAxis because of value range
Pane2: holding a column series on its own yAxis, and a line series on a yAxisinside 1 chart, not multiple charts
3 votes -
Heatmap highlight row/column of a given category
The user would click a given category name, for instance, on a list, and the heatmap would highlight the row/column that corresponds to that category. This would allow for users to look for columns/rows if interest in a faster way, especially when dealing with big datasets.
20 votes -
Adding Telangana State to the map of India with all disputed areas
The Telangana State in not yet added to the map of India. Please add it to the map of India in all the three versions.
1 voteThe map update is planned as a part of the next map collection release.
Related GitHub issue: https://github.com/highcharts/map-collection-dist/issues/1
-
Allow irregular datetime intervals in xAxis for heatmap
Instead of fixed intervals for a datetime xAxis, it can support datetime value in x value
[0 … 99]
0: Object
value: 3.246
x: 1426049467
y: 01: Object
value: 3.653
x: 1426050066
y: 07 votes -
City level highmaps
Currently highmaps have some of the countries can be drilled down to city level, I hope almost all the countries can have city level data or administrative district level.
Hope highmaps team could help!
1 vote
- Don't see your idea?