dataLabels are not showed in boost mode for line chart - highcharts

This looks like a bug but maybe I missed something.
This is the chart in normal mode
And this is with boost on
Here is the sample on stackblitz https://stackblitz.com/edit/js-evypdv
Change 100 to 1 in line 585 "boostThreshold": 100, to turn boost mode on
Any ideas what is wrong?
Link to highcharts documentation on boost: https://api.highcharts.com/highcharts/boost

According to the highcharts team this is by design.
Data labels are not supported in boost mode, see: https://github.com/highcharts/highcharts/issues/8612

Related

Highcharts Scatter type chart markers are not matching with legend symbols

I have a series of highcharts graphs in an app. Newest graph we add was a scatter type chart.
Unfortunately its markers are not matching up with legend symbols. Please find an attachment showing the issue.
I am unable to reproduce this in a separate file as it works fine when I do that. I have example of how it behaves within the application.
We are using highcharts 9.0.1 version
any help is really appreciated.

time series line chart missing rangetool/zoom

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.

Can you create a phase change line in highcharts

Does highcharts support phase change lines ? It may be called multiple things but im looking to see if an X axis delineation line can be drawn in highcharts. It is used to specify a specific date in time where something in the environment changed. The chart reader would then look at that line and see if that change to the environment impacted the data represented by the lines in the line chart.
Anyone know if this can be done with high charts ? Sample image attached.
Great answer from Ondkloss: http://www.highcharts.com/docs/chart-concepts/plot-bands-and-plot-lines That page shows exactly what I was looking for.

Highcharts: Longer pie labels are chopped off

We recently made the switch from JFreeCharts to Highcharts. And our apps teams build small pie charts (fit in 250 by 400 px) on a dashboard, that usually show less than 8 slices. The pie labels are verbose. Highcharts usually clips them off is what I am seeing.
JSFiddle: jsfiddle.net/9tqSn/18/
It is close to what we see on our system even with word wrapping and such. Our customers also hate the fact that the chart size shrinks when labels are long. Do you plan to have a solution to better fit labels in the plot area?
We are running highcharts-3.0.2
Well, this is known bug in Highcharts, see this report.
Here you can find discussion about positioning dataLabels.

Highcharts boxplot line rendering issues: is there a solution?

Using the new Highcharts 3 boxplot series type, in Firefox, there are some significant issues with the line rendering.
The issue is visible on the Highcharts demo page:
http://jsfiddle.net/highcharts/fWN75/
chart: {
type: 'boxplot'
}
Issues appear to be
1) median line is drawn beyond the containing box by a few pixels
2) whisker lines are drawn into the box by a few pixels, especially on the lower end
3) whisker lines extend beyond end lines by a few pixels occasionally, especially on the
lower end
The question(s):
1) is this a known issue?
2) is there a solution?
So far I do not see this issue in Chrome.
Indeed it looks like a bug, so I've reported it to our devs here:
https://github.com/highslide-software/highcharts.com/issues/1638
Thanks you for suggestion

Resources