Skip to content

Commit

Permalink
Line chart secondary axis formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
7samat committed Jun 21, 2020
1 parent c3f3615 commit de00d1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Line.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
"gridlineThickness": 2,
"gridlineStyle": "dashed"
}],
"y2Axis": [{
"secStart": 0,
"secEnd": 2000,
"secFontSize": 16,
"secLabelColor": { "solid": { "color": "#0928DD"}},
"secShowAxisTitle": true,
"secTitleText": "Secondary Value Axis",
"secTitleColor": { "solid": { "color": "#448822"}}
}],
"dataPoint": [{
"defaultColor": { "solid": { "color": "#448822"}}
}],
Expand Down

0 comments on commit de00d1f

Please sign in to comment.