Nayananga Anuradha Muhandiram

Results 17 comments of Nayananga Anuradha Muhandiram

Also, I see the line label is crossed by the line itself in the **Safari** web browser ![Screenshot 2022-08-10 at 22 36 11](https://user-images.githubusercontent.com/25351304/183973852-29dc027a-cf4c-4e38-9765-838a99bb43b8.png)

I'm directly copy pasting working code here, please check ```py from h2o_wave import main, data, ui, site page = site['/demo'] rows = [["2022-08-10 08:20:09", 0.0], ["2022-08-10 08:25:09", 0.63], ["2022-08-10 08:50:09",...

@mturoci I tried by removing `y_min=0` but still no difference

> ISO dates `"%Y-%m-%dT%H:%M:%SZ"` this format got it working, Thanks!

@mtanco @lo5 Thank your quick response, this worked fine after applying the suggestions, But now I encountered the same problem for the **box plot**, and this suggestion seems not to...

@lo5 is it possible to show time differences by providing timestamps? If we explicitly provide times, then showing time differences between 2 days would be problematic

> @lo5 is it possible to show time differences by providing timestamps? If we explicitly provide times, then showing time differences between 2 days would be problematic raised a specific...

@lo5 When I comment those lines and retry, I get this, ``` (venv) nayananga@nayananga-Aspire-E5-575G:~/PycharmProjects/wave-model-monitoring/build/lib.linux-x86_64-3.8$ wave run src.app INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process...

> I'm not sure what that error is. It's originating from `src/init.py`. Yes, It was some other issue, commenting those two lines fixed the cythonization issue.