Closed AnthoDingo closed 6 months ago
Thank you so much for your PR. I'm doing some updates and tests and I will merge it within days. Enrico
Hi! I was testing your code. I noticed the change in the Max
and Min
from double
to string
. Now, the animation graph is now looking like the following screenshot
Do you mind to create an example for the Time Cartesian Axis
?
Thank you so much for your contribution. Enrico
Hello,
Below a functional example :
The code I use.
{
Scales.YAxisId, new Axis()
{
Type = "linear",
BeginAtZero = true,
Ticks = new Ticks()
{
Color = "#666"
},
Grid = new Grid()
{
Color = "#0000001a"
},
}
}
I have just fixed the PR. You added a new class called Colors
that was in conflict with a class with the same name in the demo project. Also, I updated the PR with my new changes from the main branch.
Can you add an example how to use the libraries chartjs-adapter-moment
and chartjs-plugin-autocolors
please?
Thank you in advance,
Enrico
Upgrade to .NET 8 Implement Time Cartesian Axis. Not implemented in this PR : time.parser