Bachu

Results 17 comments of Bachu

@Balasahebpmule Not really I started server with ip address still giving error. And this is the error - net::ERR_CONNECTION_REFUSED ![image](https://user-images.githubusercontent.com/17777813/126537052-e28249e2-774c-4a1e-8008-9fe1a48caf64.png)

@Balasahebpmule That I was trying with 50001 both the sides. Error is related to certificate - net::ERR_CERT_COMMON_NAME_INVALID, if you have matching port ![image](https://user-images.githubusercontent.com/17777813/126537952-8b868f35-8490-4a57-b008-5f581e170383.png)

@Balasahebpmule Now I tried creating a certificate and added it. ``` dotnet dev-certs https -ep $env:USERPROFILE\.aspnet\https\myservice.pfx -p crypticpassword ``` This I used in the Kestrel configuration, ``` { "AllowedHosts": "*",...

@Ovilia Looking forward for annotations feature which will allow users to annotate a chart freely with labels and shapes.

@Ovilia The static annotations are good. Whether chart user can add annotations dynamically for marking/highlighting directly in the chart using tools provided with which we can add annotations. This will...

> https://github.com/elmsln/wcfactory bakes in some pre and post install hook hacks in order to avoid this issue. I haven't seen any "do it this way" guidance that doesn't hamper workflow....

Thanks @flatmax for the detailed explanation. I will give a try with this approach. Thanks alot

> @msbasanth I had someone report this yesterday; maybe try running the postinstall manually after it's finished and see if that helps. I think it might be bc the yarn...

@pissang Thanks for your suggestion I will give a try with **lines**

@pissang Yes, I could see _lines_ series is closer to my usecase as it allows with few limitations observed. Really happy about the rendering performance and ability to append the...