-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highcharts #19
Comments
To use the axis resizer it is required to include the module modules/drag-panes.js, or js/modules/drag-panes.js if you are using styled mode. |
(async () => {
})(); |
Remove :box from ui-highcharts. Instead add class and style property. to options. This is to better control styling. |
Chart-spec will generate the following sizes: Only main chart: 100% |
chart.zoomType decides the dimensions by which the user can zoom by dragging the mouse. The possible values for this are x, y or xy. var chart = { chart.xAxis[0].setExtremes(1327449600000,1422144000000, false) Highcharts.setOptions({ time: { |
Timezone UTC |
Line-plot: DashDot LongDashDotDot :lineWidth: number |
yAxis: [{
height: '50%',
resize: {
enabled: true
}
}, {
height: '50%',
top: '50%'
}]
The text was updated successfully, but these errors were encountered: