T
T
Triglav772019-06-21 14:50:46
JavaScript
Triglav77, 2019-06-21 14:50:46

Highcharts how to pass data to breaks option?

When plotting a graph, I use breaks

tickInterval: 1, 
breaks: [{
from: 3000,
 to:   280
 }],

When automatically updating the data in the chart, you need to recalculate and fill in the new form and to boundaries.
I update the data like this:
chart.series[0].setData(data, false);
    chart.redraw();

how to update borders?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim, 2017-08-16
@cross_01

And the other day the server began to freeze a lot

Check the performance counters in the system monitor, administration, control panel (maybe problems with the HDD, disk access queues)
Perhaps this is what you need.
2e187c683e1743839ae24ddd55d41f43.JPG

M
Maxim Yaroshevich, 2017-08-18
@YMax

Are user groups applicable? Shared folder one or many? It's smarter to do this:
- Shared folder
- folder 1
- folder 2
and grant rights to subfolders by user groups - at least faster and easier.
About braking - you need to look carefully at the logs and act accordingly to what you read.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question