-
Notifications
You must be signed in to change notification settings - Fork 90
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
[deps] Update to latest echarts version #305
Comments
Hello @nemesifier. |
@Unnati-Gupta24 you can proceed! Come to the OpenWISP dev chat to coordinate. |
Modify import statements according to the updated ECharts module structure. Fixes openwisp#305, openwisp#244
"Hi! my name is kumar I'd like to work on this issue. Could you please assign it to me?" |
Modify import statements according to the updated ECharts module structure. Increased line height to ensure the tooltip elements does not overlap Fixes openwisp#305, openwisp#224
Setup Selenium Chrome WebDriver to test that the Geographic map renders correctly, checks for console errors, and verifies nodes and links count. Fixes openwisp#305, openwisp#269
Added a test for the basic usage example. Fixed issues arised when writing multiple tests. Added yarn start and support for chromedriver in github actions. Resolved some naming inconsistencies. Fixes openwisp#305, openwisp#269
…examples openwisp#305 Covered all the examples to get nodes and links and count. switched from if-else to object mapping for a cleaner structure. Fixes openwisp#305
Reduced per-test timeout to the default 5s and lowered element render wait time to 2s to minimize delays. Also updated documentation to include test execution guidelines.\ -m Fixes
Reduced per-test timeout to the default 5s and lowered element render wait time to 2s to minimize delays. Updated documentation to include test execution guidelines. Fixes openwisp#305
Updating echarts to the latest version requires some adjustments due to some examples which aren't working.
Another issue is that the tests aren't failing, we need a few tests which can replicate the same bug shown in the examples, so that in the future we'll be able to upgrade more smoothly.
The text was updated successfully, but these errors were encountered: