Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
fix: Add zoom to detailed chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadalfy committed Feb 1, 2020
1 parent f0e80bb commit f1e4ffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/members.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ class Members extends Base {
const { data } = response;
this.chart = Highcharts.chart('charts', {
type: 'column',
chart: {
zoomType: 'x',
},
series: data,
name: 'Details',
xAxis: {
Expand Down

0 comments on commit f1e4ffd

Please sign in to comment.