arrayfire / forge

High Performance Visualization
221 stars 48 forks source link

Internal API to turn off axes rendering in 2d charts #205

Closed 9prady9 closed 4 years ago

9prady9 commented 4 years ago

What kind of change does this PR introduce? (Bug fix, feature, documentation update, new examples etc.) Internal change to disable 2d Chart axes rendering.

What is the current behavior? (You can also link to an open issue here) No option to turn off 2d chart axes rendering.

What is the new behavior (if this is a feature change)? Added new API (Chart::setAxesVisibility) at src/backend/common level.

Does this PR ensure that key events handling across different window toolkits is identical if it has changes related to window toolkits? NO

Does this PR introduce a breaking change? No.