1081 results found
-
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 -
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 -
Convert X-range or Gantt chart to calendar view
Function to change x-range or gantt to view similar to fullcalendar https://fullcalendar.io/
3 votes -
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…
-
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
-
Add Renko chart type to the charting cabability, here is a link for charting Renko
Create highstock renko chart type. https://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:renko
21 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/
-
shape option for bar chart Edges
I am looking for option for bar chart Edges shapes like arrow
i have tried by using boardradius it not fulfill my requirement any suggestion please
3 votes -
Enable user to copy a chart to clipboard
Our customers often need graphs as an image to be pasted as to other applications (e.g. MS Word, Powerpoint, etc). Saving it as an image or using a screenshot is cumbersome. It would be great if users could copy the image to the clipboard and then simply paste it where they want from the clipboard.
55 votes -
Control Charts to support manufacturing quality control: X-bar R + I-MR Chart
We would like to be able to generate control charts to show measurements of some property of a product (e.g. mass, thickness, voltage, ppm of a chemical, etc.) over time and also overlay statistical measures line charts including the mean of the sample, ±3σ, UCL (Upper Control Limit - an upper threshold specification value), LCL (Lower Control Limit - a lower threshold specification value), and highlighting data points that may be out of control based on the 7 Wester Electric rules (https://en.wikipedia.org/wiki/Western_Electric_rules). For additional information check out http://asq.org/learn-about-quality/data-collection-analysis-tools/overview/control-chart.html.
11 votes -
scientific notation
It would be nice to have a default formatter for displaying numbers in scientific notation
3 votesHere’s an idea of how to add a format for scientific notation:
http://jsfiddle.net/highcharts/pLy4g2dk/
Alternatively, Number.toExponential can be used inside formatter functions.
-
Drawings
Hi, is it possible to import dwg or dxf files to highchart? Need to show information on drawings, similar to Tile map
1 vote -
Sankey Chart move node elements
It would be great if there a feature to move the node elements in the Sankey chart. In some cases you don't recognize much by the intersections of the flows.
Like in d3: http://blockbuilder.org/timelyportfolio/79350d7475a5709b051e
This allows you to move the display according to your wishes and i think that is a important feauture that doesn't exist.
85 votes -
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.
-
Editable line and spline charts with data transmission via AJAX
We need a chart to interactivilly fill a table row from a dynamically line or spline chart. Each change of the vertical movable points should fire an action to an configurable Script via AJAX.
4 votes -
EEG
We are willing to purchase your products.
Can I make an EEG chart with a high chart?
The EEG chart has a time axis X and a Y axis with 19 individual ranges.
1 vote -
US map with state search functionality(only searched state should contain all county )
US map with state search functionality which display all the states by default when search for any state then in the result it should display searched state with all the counties and also rest of the state without county.
1 vote -
Allow option for use of Voronoi diagrams by tooltips
For the tooltips, the hover over are isn't very user friendly.
For example, using the closest point on the X-axis in a chart rich in data points is hard to get the exact point of interest. Usually these points occur where there is a distinguishing feature which Voronoi diagrams excel in. Such as a spike in a line diagram.
Even when there is no feature to focus on, the Voronoi diagram will have effectvily the same interaction as the current method.
3 votes -
lazy load the charts to optimize performance
render the chart when it is visible,it will very useful when there are lots of charts in one page
1 vote
- Don't see your idea?