Hexastack / eazychart

EazyChart is a reactive chart library 📈, it allows you to easily add SVG charts in your React and Vue web applications.
https://eazychart.com
MIT License
23 stars 14 forks source link

🐛 [BUG] - @eazychart-[react & vue] - global verticalAxis Tick Rotation with enabled RTL #53

Closed yassinedorbozgithub closed 2 years ago

yassinedorbozgithub commented 2 years ago

Description

I find that for the Area Chart, Bar Chart, Line Chart, Scatter Chart when we enable the RTL the Tick situated in the verticalAxis do an extra rotation.

Reproduction steps

1. yarn storybook
2. Open one of those charts Area Chart, Bar Chart, Line Chart, Scatter Chart
3. Enable the RTL and observe the verticalAxis Tick Rotation

Screenshots

Logs

No response

Browsers

Chrome

OS

Linux

marrouchi commented 2 years ago

@yassinedorbozgithub On react it seems to be working fine, but not in Vue. Can you re-check please?

yassinedorbozgithub commented 2 years ago

Hey @marrouchi after the test the i find that the update is working like expected (react & vue).