Skip to content

Commit

Permalink
docs(axis): Add info for y2.show option
Browse files Browse the repository at this point in the history
Add note about 'y2' axis node generation.
[skip ci]

Ref #1016
  • Loading branch information
netil committed Aug 9, 2019
1 parent a63cb13 commit c011b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -2421,6 +2421,9 @@ export default class Options {

/**
* Show or hide y2 axis.
* - **NOTE**:
* - When set to `false` will not generate y2 axis node. In this case, all 'y2' axis related functionality won't work properly.
* - If need to use 'y2' related options while y2 isn't visible, set the value `true` and control visibility by css display property.
* @name axis․y2․show
* @memberof Options
* @type {Boolean}
Expand Down

0 comments on commit c011b89

Please sign in to comment.