402 results found
-
add support for vertical Sankey Diagrams
Basically this, right now the diagram only flows from left to right; please have an option for it to start at the top and flow down vertically
1 vote -
rotate datetime x_axis and value y_axis
For the datetime navigator and main chart. Is it possible to rotate xaxis and yaxis, namely display datetime navigator as y, and value as x?
Thanks,
James4 votes -
can you please implement to add datalabels in PlotBands
can you please implement to add datalabels in PlotBands.
1 vote -
Could you add more Highstock Indicators?
I'm studying Highchart and Highstock.
I'm looking at the indicators of Highstock, but I can't find some of the indicators I'm using while investing in stocks, so I ask if you can add the functionality of those indicators.-Request indicators-
Slow stochastic (Not Stochstic = Fast Stochastic)
OBV
DisparityIf the features of above indicators are already implemented, please guide the directory where to find them.
18 votesAll requested technical indicators are ready. Check our v9.1.0 release:
- Slow: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/slow-stochastic/
- Fast: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/stochastic/
- OBV: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/obv/
- Disparity Index: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/indicators/disparity-index/ -
High Stock
to add Directional Movement Indicator for High Stock API
1 voteAdded in Highcharts Stock v9.1.0
-
Multi axis charts with 3D
I am looking for multi axis charts in 3D view(like I have to display floor occupency with No. of logins, hour, week day(MON-FRI) all 3 axis). If we have attachment option here it would be great help, so that we can provide some image here how it looks. Thanks for your help in advance!
1 voteHi, sorry for the late reply!
We do have 3-axis support in 3D view: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/3d/scatter-zaxis-grid/
-
marker
Hi All,
I am trying to add custom markers in HighStock charts. I found that it is possible in highcharts only. Can someone help me to resolve it issue?
I want to below example in HighStock where i can define my own markers:
https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/spline-symbols/1 voteIt’s possible in Highstock too, the only difference is that markers are disabled by default, so you need to set enabled: true. https://jsfiddle.net/highcharts/3mpLsfhc/
-
Dynamic javascript loading as needed
Good day colleagues.
Allow me to suggest optimizing the loading of your modules using tools such as script async and defer. I tried to independently select the optimal sequencing of script downloads, but unfortunately, your modules refuse to work.
For example, I need to load 1 base library (highcharts) and 3 additional modules (export, offline export, wind barb), according to your documentation, I need to add 4 synchronous download scripts to the website header, which significantly slows down the loading of my website and spends browser resources wasted, because I need the output of graphs only at the command of…
3 votesI think for your use case, it is better to load the scripts dynamically rather than using script tags and async/defer. Using async/defer there is no guarantee the scripts are executed in order, which may impose a problem since the modules depend on highcharts.js.
A better way would be to use require.js to load them async, see https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/amd/simple/. Or to load the ES modules directly, see https://api.highcharts.com/class-reference/#toc4
-
Patterns in venn diagram
How shall we add patterns and visibility of series in venn diagram? So that can represent the intersected data in patterns and can also disable the unwanted circle through aps by controlling visibility from aps. If you have any kind of solution kindly reply as early as possible.
1 voteHi,
You apply pattern fills to the data points like any color or pattern: https://jsfiddle.net/highcharts/qbwp9tx6/
See https://www.highcharts.com/blog/tutorials/pattern-fills/
-
gantt chart data stacked instead of overlapping
Hello,
If two value are same then both show in same position so only one is display and other behind it. Want to display two row for y axis and display separately.
Thank You
1 voteThanks for contacting us! This happens by default once you put the overlapping tasks in separate series.: https://jsfiddle.net/highcharts/bcr2vogn/1/
If this was not what you meant, feel free to reopen the feature request.
-
Improve tooltip.formatter documentation
Just from the documentation https://api.highcharts.com/highcharts/tooltip.formatter it is not clear what you have to return from your formatter call. It suggests that you always return a string (basend on the provided examples)
However when you dig into some issues and SO it is clear that for split tooltips you also can return an Array. First entry will be the x-label tooltip and then each following entry is one point.
Just couple of examples how hard it is to find this is actually possible:
https://stackoverflow.com/questions/45981514/highstock-tooltip-formatter-if-using-split-true?rq=1
https://github.com/highcharts/highcharts/issues/6115
https://github.com/highcharts/highcharts/pull/5976
and even the type definition is not complete https://api.highcharts.com/class-reference/Highcharts.html#.FormatterCallbackFunction%3CT%3EI'd suggest simply extend the documentation…
3 votesThanks for the feedback! I have improved the description and added a live demo. See https://github.com/highcharts/highcharts/commit/32200d866ea5fa454e9365021f0ab3ec9bec5f34. Live demo at https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/tooltip/formatter-split/
-
Does highcharts support the features provided by the following link. https://www.vizlib.com/venndiagram/. If so kindly reply.
Does highcharts support the features provided by the following link. https://www.vizlib.com/venndiagram/. If so kindly reply.
1 voteYes, venn diagrams are supported in Highcharts: https://www.highcharts.com/docs/chart-and-series-types/venn-series
-
Improve navigator.series documentation
In the (highstock) navigator.series documentation there is no data property mentioned (https://api.highcharts.com/highstock/navigator.series), however in your example (https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/stock/navigator/series-data/) you provide a data attribute.
I guess you covered it with the sentence in the introduction 'Available options are the same as any series'. But the problem is if it is not reflected in the documentation it is not available in TypeScript (because I think you generated the sources out of the documentation?)
Would be great if you can adjust the documentation (and TS type for NavigatorSeriesOptions)
3 votes -
Sorting Category names in Stacked bar/column chart
In Stacked bar/column is there any way to sort the category names:
Example :
https://jsfiddle.net/vasjav1/ywspnocd/1/
it should be sorted as
['Apples', 'Bananas', 'Grapes', 'Oranges', ' Pears']
1 voteAvailable since v8.0.0:
https://api.highcharts.com/highcharts/series.column.dataSorting
-
Gantt integration with Angular way
Could you please provide mode document/guideline details for integrate the Gantt chart with angular way?
Anywhere I didn't the materials.
1 voteHighcharts Gantt is supported through the official Highcharts wrapper for Angular: https://github.com/highcharts/highcharts-angular
-
The posibility to change data in an Chart
The possibility to change live data in a Chart, for example in a linear diagram you double click with the mouse on a plot and you get the y value and when you finished edit it, this triggers an event.
Maybee this feature already exists?1 voteYes it exists, see https://api.highcharts.com/highcharts/series.line.dragDrop.
If dragging and dropping is not what you want, you can use select or click events and run `point.update` after finished editing.
-
Provide a .NET Standard or Core Wrapper
.NET Core is growing rapidly in popularity. A highcharts wrapper for cross-platform development in .NET Core is urgently needed.
1 vote -
Visualizing compass direction from an IoT device
Is it possible to create a compass representation to show live compass direction from an IoT device?
1 voteYou can use the gauge series to visualize a compass: https://jsfiddle.net/highcharts/948Lzteq/
-
Donut chart subtitle ellipsis
in Donut chart, if the subtitle is very long, is there any way we can display the ellipsis and when hovering over, it will display full text in the tooltip?
1 voteSure, you just set subtitle.style.textOverflow to “ellipsis”: http://jsfiddle.net/highcharts/8u69sr0b/
-
Allow highchartmore to be "init" several time without bug
Posted as an issue here https://github.com/highcharts/highcharts/issues/7729
In modern app, highcharts and highcharts more are loaded as module and potentially multiple time, but highcharts more cannot be "init" several time without breaking highcharts :(
48 votesFixed since v8.
If you find any other module that is broken that way, please report the bug on Github.
Thank you!
- Don't see your idea?