Open swapnilraut1 opened 7 years ago
@swapnilraut1 Did you manage to do that?
You can achieve it by adding brushExtent
to your chart options:
options = {
chart: {
....
brushExtent: [min, max],
....
}
}
where min
an max
represent two values from you xAxis values
I am using Line with Focus Chart, in that i have to set default focus for graph. How can i achieve this???