October 2, 2023

PureSourceCode

All technologies, only pure source code

Forum

Share:
Notifications
Clear all

In PSC.Blazor.Components.Chartjs I cannot adjust the line weight for Line Chart.

6 Posts
2 Users
1 Likes
803 Views
(@mut9bu)
Eminent Member
Joined: 11 months ago
Posts: 20
Topic starter  

Hello Enrico

I have to draw a line chart with PSC.Blazor.Components.Chartjs where I have to visualise 600 measuring points on the X axis (Current curve of an CNC axis). I can draw the chart without problem, but as I cannot adjust the weight of the Line , I cannot see the details of the curve. I think in the data set I should be able to adjust something like "Borderwith". Is it possible that you add it in the next version?

borderWidth

   
Enrico reacted
Quote
(@enrico)
Member Admin
Joined: 4 years ago
Posts: 151
 

@mut9bu I have just created a new version of the Blazor package 6.0.29 with the borderWidth.


   
ReplyQuote
(@enrico)
Member Admin
Joined: 4 years ago
Posts: 151
 

PS: I have just moved your post under the category Chart.js for Blazor


   
ReplyQuote
(@mut9bu)
Eminent Member
Joined: 11 months ago
Posts: 20
Topic starter  

Hi Enrico, Thank you so much for the quick response. I have to apologise because I have missed one point here. Yes now I can adjust the Borderwidth and with value=1 the line is as thin as I want. But I think I have also to remove the data point circles. I mean there should be also a parameter like PointRadius (I think in the data set again) that has to be set to "0" if the points should be hided. Sorry again for disturbing you.

pointRadius
pointRadius

   
ReplyQuote
(@enrico)
Member Admin
Joined: 4 years ago
Posts: 151
 
Posted by: @mut9bu

Hi Enrico, Thank you so much for the quick response. I have to apologise because I have missed one point here. Yes now I can adjust the Borderwidth and with value=1 the line is as thin as I want. But I think I have also to remove the data point circles. I mean there should be also a parameter like PointRadius (I think in the data set again) that has to be set to "0" if the points should be hided. Sorry again for disturbing you.

pointRadius
pointRadius

OK, I have to check it. I'll check today. Let you know later


   
ReplyQuote
(@mut9bu)
Eminent Member
Joined: 11 months ago
Posts: 20
Topic starter  

Thank you so much just the actual situation as attachement


   
ReplyQuote
Share: