-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Axis Line optional #274
Comments
@MatthewKhouzam Am I right, you would like to disable drawing the black line of the Axis? |
@eselmeister As usual, you are correct. It's trivial to do in the code, the API is the tricky part. |
@MatthewKhouzam Let me inspect it. I'm pretty confident that extending the |
I found a solution. The code will be merged today. |
@MatthewKhouzam Done :-) The axis lines can be now activated/deactivated for each axis separately via the method
Have a look at the demo chart examples: |
I am exploring for trace compass different ways to make the data easier to read
Here is an example chart with a pair of custom charts. A style that is becoming more popular now is a minimalist chart where the Y axis bar is invisible.
Example with Y Axis line:
And without
This image is an example of what I am looking for, and to get it, we just need to comment out one line. Do you have any API suggestions to make this make sense?
The text was updated successfully, but these errors were encountered: