iamsjy17 / Plotta.js

Javascript Functional Graph Library
MIT License
23 stars 5 forks source link

Title and legend #9

Closed ashemetov closed 2 years ago

ashemetov commented 4 years ago

Looks like there is no way to hide title and legend. Best for title is set it to ' ', but it still eats some place. And there is an option 'legendVisible', however function name shown at the bottom even if 'legendVisible' set to 'false'. Config options (like 'visible') for title and legend will be helpful.

iamsjy17 commented 4 years ago

Thank you for your feedback. In the next version, I will add the feature you gave me feedback.

iamsjy17 commented 2 years ago

In response to your comments, the showLegend and showTitle methods have been added(https://github.com/iamsjy17/Plotta.js/pull/40). thank you