Stian Håve

Results 7 comments of Stian Håve

For anyone still wondering about background colors. I put this in global: ```css .ngx-charts-tooltip-content.type-tooltip { background-color: $light !important; } ```

You get this error when ranges is malformed, in my case my object was: ```tsx { "startDate": "2022-06-01T00:00:00.000Z", "endDate": "2022-06-29T00:00:00.000Z", "key": "selection" } ``` when ranges should be ```tsx [...

You get this error when ranges is malformed, in my case my object was: ```tsx { "startDate": "2022-06-01T00:00:00.000Z", "endDate": "2022-06-29T00:00:00.000Z", "key": "selection" } ``` when ranges should be ```tsx [...

current CI/CD file generated by azure gives the same error. ![image](https://user-images.githubusercontent.com/13099896/216555665-1cae218e-6965-476d-8197-f37f20f63e58.png)

I’m out of the office. But is it possible to share the code & database privately? Upon further investigation I found that this problem only happened to certain json files...

Perfect, i shared the repo and instructions to the email you provided. Looking forward to hearing from you!

any fix for this?