Traffic Lights and Gauges in Jmp Dashboards?
In Jmp Dashboards, is there a function to add Traffic Lights and Gauge Views? https://grafana.com/grafana/plugins/snuids-trafficlights-panel/https://kerrykolosko.com/portfolio-category/svg-templates/ Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = Graph Builder(
Size( 437, 413 ),
Summary Statistic( "Median" ),
Graph Spacing( 4 ),
Variables( X( :height ), Y( :weig
...