Thanks to visit codestin.com
Credit goes to splashboard.unhappychoice.com

Skip to content

basic_numbers

Renders a NumberSeries from inline [widget.options].values. Right for tiny static series the user wants to sparkline or histogram without a dedicated fetcher (weekly tallies, manual progress curves).

KindSafetyShapes
realtimeSafenumber_series
OptionTypeRequiredDefaultDescription
valueslist of u64no[]The series values in chronological / sequential order. Renderers like chart_sparkline consume this directly.
ShapeRenderers
number_seriesanimated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, chart_histogram, chart_sparkline
                                
                                
                                
                                
        
        
[[widget]]
id = "basic_numbers"
fetcher = "basic_numbers"
render = "chart_histogram"
                                       
                                     
                                  
[[widget]]
id = "basic_numbers"
fetcher = "basic_numbers"
render = "chart_sparkline"