I'm using highcart to render few charts in a dashboard but I found a problem while using styledMode for dependency wheel
As you can see by this screenshot some of my datalabels move to the topleft of the chart. How can solve it?
I have other several chart that works in styledMode and taht's why I think to use it also in this chart.
If I remove the styledMode I miss the color similarity between nodes and link.
If someone can help understanding how to solve in one way or in the other it will be much appreciated
It is a bug. I reported it on GitHub issue channel: https://github.com/highcharts/highcharts/issues/13406
Please follow this thread. If you need a temporary workaround - ask about it in the comment. Core developers will respond to you.
Related
On the search of the best way to visualize my time series I am currently checking out orange3 . I miss the zoom or a rangetool option as it is shown in the online documentation of the line chart (marked 1 and 2 in the picture below). Is this version dependent (I am using 3.26.0)?
If anybody has an idea to zoom or change the range, it would be very much apreciated!
Thanks in advance.
Regards!
orange time-series line chart documentation
This feature was removed earlier.
https://github.com/biolab/orange3-timeseries/issues/56
Until this is fixed, the workaround that worked for me was to freeze the orange3-timeseries package to 0.3.1
https://pypi.org/project/Orange3-Timeseries/0.3.1/
My Current Orange3 version : 3.26
I can confirm that zoom & pan works on that version.
i like to show additional informations on a highchart graph by clicking on a datapoint. I like to visualise this "clickpoint" by setting a flag. That can be done linke the sun that will be shown here: http://www.highcharts.com/demo/spline-symbols/gray
But i did not find any information in the api how to make this marker clickable. Isnt it possible? In the highstocks API i found clickable flags that can be set. But i need to use the highcharts api only.
Maybe some of you have solved this problem and an give me some hints.
Thanks
You can catch it by click function on the point.
I tried to make a chart using Highcharts 3.0. Have a look at [http://jsfiddle.net/QL2Hn/][1]
The problem is, why the chart legend only perform 2 pieces only? Please help. Thank you.
Well for me it lists all items, see this http://jsfiddle.net/QL2Hn/1/ but you need to set showInLegend:true
Has anyone been able to successfully render a cross-hair programatically in Highcharts?
I have a visualization playing an animation through time and I would like to co-relate the position on the chart via the crosshair. I find that visual cue better than selecting the point on a series. Thanks!
Although Highcharts has something called a cross-hair, I guess what I'm looking for is a plot line.
I've found documentation here and an example scenario
EDIT: I've also noticed that marker.enabled must be set to false or the plot line doesn't show.
I would like to ask about chart combination in Highcharts.
Is there any possible combine the multiple axis chart which is located in Highcharts with the Highstock scroll bar features ?
thank you for reply.
You can use highstock.js with combine with Highcharts. Then scrollbar will be avaiable. Please take look at example:
http://jsfiddle.net/anm6z/1/
I don't know about scroll bar but there is a example called master-detail check it out once. it may be helpful to you