1077 results found
-
Marker Clusters in HighMaps
See example below:
https://www.mapbox.com/mapbox.js/example/v1.0.0/leaflet-markercluster/
46 votes -
Add Palestine country
https://en.m.wikipedia.org/wiki/Palestine
Will you add Palestine to your work sites such forebears.co.uk2 votes -
Add top border to PlotBand
When plotting a plodBand it doesn't plot the top border, if it's required to not plot the top border for some use cases, there should be an option to plot or not the top border.
1 voteThe plot bands are only single shapes so we can’t currently give them individual borders. What you can do is to add a plotLine at the top value of the plot band.
See http://jsfiddle.net/highcharts/8bkL6pty/ -
highchart solid gauge show a default tooltip or series
many people don't have the idea to move the mouse over the apple watch solid gauge at the first impression, is there anyway to show one tooltip to pretend it's selected by default? or show series around the circle ?
1 voteYou can show the tooltip programmatically: http://jsfiddle.net/highcharts/9ydqmou9/
-
Ability to put a marker on Gauges
It would be great if we can add an extra UI (any UI shape , triangle or arrow shape) on Angular or Solid gauge chart to indicate extra value(probably a target value or goal value) other than the current value.
I know I can put a label anywhere (with x,y pixel values) but this is not dependant on the location of the value on graph. It would be awesome if I can put "marker" (one or more?) with a series data value to insert a shape or something similar.
1 voteOne way to do it would be to add a static dial: http://jsfiddle.net/highcharts/mgucea1x/, but you are limited to the options given for the dial shape.
-
callback for 'noData'
When there is no data to display, the message shows up on the chart. But there are things users might want to do in such a situation. For example, I have custom navigation buttons which lose meaning when there is no data. Some might even want to remove the context menu button. It would be great if there'd a callback where you could add/remove elements to/from the chart.
7 votesThanks for your suggestion! You can wrap the showNoData and hideNoData functions to add your custom code: http://jsfiddle.net/highcharts/3u2crb53/
-
Hive plot
I would love a Hive plot to show how stuff is connected. Like this: https://bost.ocks.org/mike/hive/
6 votes -
Faded rectangle on candlestick chart which indicates minimum and maximum based on time t1- begin and t2-end of time window.
Idea is shown here: http://waszczyk.com/resources/rectandleDoNotDelete.PNG Top edge indicates a maximum from chart and bottom edge shows a minimum with respect to input- T1 and T2. The background color is faded and custimizable.
3 votesCould a polygon series work for you? http://jsfiddle.net/highcharts/n43L0a2x/
-
Highchart scroll
Can I move scroll to particular x-axis location on chart through Javascript?
1 vote -
highchart - chart should be overflow = auto
Can we have any highchart functionality/feature that dashboard can automatically adjust width(HScroll bar) & height(VScroll bar) ?
Like chart should be overflow = auto (as per data)
1 voteHi, with the new axis scrollbar feature it is possible to set a fixed range on the axis, so that the scrollbar is visible for longer series: http://jsfiddle.net/highcharts/fh0ormh5/
-
1 vote
-
3D chart with round columns
Instead of the square 3D columns, make those columns nice and round. Like poles!
Example: http://www.codeproject.com/Articles/23012/Simple-Column-Chart-Generator
6 votes -
Can you please advise if i want to create pointer line between bubble and label ?
Hello, today I want to modify bubble chart to have a label and line from label pointing to any bubble, that something like pie chart have a label and line pointing to any piece of pie chart.
This time it's possible to do that or have any idea ?
Thank you. :)
9 votes -
Allow injecting a tooltip into the document body directly
Allows using highcharts within more complex stacking contexts, and offers a much cleaner solution to issues like http://stackoverflow.com/questions/18658043/highcharts-pie-tooltip-cuts-off, http://stackoverflow.com/questions/10734746/highcharts-tooltip-overflow-is-hidden, http://stackoverflow.com/questions/31415313/force-highcharts-to-display-tooltip-outside-of-div-container, http://stackoverflow.com/questions/20556824/highcharts-tooltip-z-index, http://stackoverflow.com/questions/15130311/highcharts-labels-visible-over-tooltip, etc.
4 votesI think this study addresses the problem:
http://jsfiddle.net/gh/get/jquery/1.7.2/highcharts/highcharts/tree/master/samples/highcharts/studies/tooltip-outside-box/We are considering making this a part of the core. Does it resolve your problem?
-
little things to get dusty enterprises into web era to enable HighCharts (more)
Some enterprises:
-have websystems that force you to save files locally instead of letting the browser handle it, which sabotages AJAX and with that pretty much HighCharts
-think in filePaths not HTTP URLs (partly because of the previous)
-have mostly employees for which "Save As CSV" is about the most technical thing they're capable of
-have an Oracle person, who can't do JS, e-mails a lot of .xls files, or gets expensive outsiders to code custom solutions not as nice and flexible as HighChartsMy suggestions to fix these matters are:
dataviz ideas:
genericCSV2barChart
openWebFilesInsteadOfDownload
parseOracleUserSnippetsJS
filePath2URL
filePath2URLinFileExploreropened github…
1 vote -
Limit the number of items per line in legend
I've created javascript functions to automate some char creations.
I may not know what the names of my series will be, nor their length, but I know how I want to organize them in my legend (2x3, 2x2, ...).
It would be great if we could set in the legend's options the number max of items per line.
20 votes -
Title and Chartnames To Be Selectable with mouse .Would You Please Add this opprtunity?
I can't select the title and the chart categories . In some situations I need to select and copy those strings . Would You Please Add this opportunity ASAP?
34 votesHi, this feature is prevented in two places, because there were problems with text being selected when trying to zoom in. See https://github.com/highcharts/highcharts/issues/3224.
If you want to enable text selection, there are two lines where the event handling is prevented. If you comment out both these lines, your users can select text:
- https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L756
- https://github.com/highcharts/highcharts/blob/v5.0.14/js/parts/Pointer.js#L813 -
please add 3d arrow markers (refer http://jsfiddle.net/qy4chs3y/13/)
we need arrow in the z-axis. I have written an example in jsfiddle as mentioned above. I need the arrows to be shown in 3D (z axis)
2 votes -
Highmaps: Map Collection does not have world map with disputed areas
The world map provided in Map Collection does not show disputed areas of countries. It would be really helpful if the disputed area of Jammu & Kashmir state is shown as part of India in world.json
India with Jammu & Kashmir:
http://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/countries/in/custom/in-all-disputedWorld Map with a part of Jammu and Kashmir missing from India:
http://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/custom/world-lowres51 votes -
Bar/Column Stacked Chart Labels like Pie Chart?
It would be nice if it is possible to create a bar chart with labels like the pie chart. I need to be able to create the labels outside the column and create that line to them. Just like the pie chart does here:
http://www.highcharts.com/demo/pie-basicI have a Stacked Bar Chart that shows percentages and the labels wont be visible if the value is too small. or if I make them visible they will be overlapping.
Here is an Example Fiddle to show the problem
http://jsfiddle.net/xdbLscn7/24 votes
- Don't see your idea?