This stopped working after updating to the new version of JMP. I used to be able to make interactive html bar graphs. If I keep the syntax the same on the new JMP version, the plot remains interactive but the labeled values are rounded to the nearest whole number instead of including the decimals. When I add a line to display the decimal places, the graph no longer is interactive in html.
Bar(
X,
Y( 1 ),
Y( 2 ),
Y( 3 ),
Y( 4 ),
Y( 5 ),
Y( 6 ),
Y( 7 ),
Y( 8 ),
Y( 9 ),
Y( 10 ),
Y( 11 ),
Legend( 25 ),
Bar Style( "Stacked" ),
Label( "Label by Value" ),
Label Format( "Best", 4 ) --> this is the line that when included stops the html graph from being interactive.
Does anyone know a fix for this?