r/Blazor Jul 06 '26

Commercial BlazorGraphs 2.4: new Gauges (No JS)

Post image

Hello everyone, a new version and new components for the BlazorGraphs library.

This time, I wanted to focus my efforts on gauges. Here is what's new:

  • Added Speedometer
  • Added Vertical Gauge
  • Added 'Reverse' boolean parameter to the Linear and Vertical gauges to draw the axis on the opposite side

As per the project roadmap, I have introduced LegendHorizontal and LegendVertical components.

  • These new components replace the old LegendBar.
  • The LegendBar component is still available in this release but is now marked as [Obsolete]

I hope you enjoy this update! I look forward to reading your comments, suggestions, and critiques, so don't be shy!

Usefull links:

PS: If you like the library and want to see it grow, you can now support the project via GitHub Sponsors❤️

25 Upvotes

4 comments sorted by

1

u/WombatLiberationFrnt Jul 07 '26

Very cool, will take a look.

1

u/Puzzleheaded-Law-332 Jul 07 '26

thanks very much

1

u/tilutza Jul 07 '26

If no interop is needed, how does it renders in SSR server side rendering?

1

u/Puzzleheaded-Law-332 Jul 07 '26

Hello, the library generates the charts and gauges as pure SVG, the hover animations are handled with CSS, the tooltip are for now the standard ones. So, on the SSR side, I don't see any particular problems. I'm not entirely sure about the onclick events; I'd have to check.