var sl0 = board2.create('slider', [[0, 1], [2, 1], [0.00001, .5, 0.99999]],{
baseline: { strokeColor: 'blue'},
highline: { strokeColor: 'red'},
fillColor: '#0061a8',
strokeColor: '#0061a8',
label: {fontSize: 14, strokeColor: 'Black'},
name: '$\\alpha$', // Not shown, if suffixLabel is set
suffixLabel: '$\\,\\,\\, p_h = \\, $',
//postLabel: ' u'
});
//var sl00 = board2.create('slider', [[0, 0.75], [2, 0.75], [0.00001, function(){return sl0.Value();},.5, 0.99999]],{
var sl00 = board2.create('slider', [[0, 0.75], [2, 0.75], [function(){return sl0.Value();}, .5, 0.99999]],{
baseline: { strokeColor: 'blue'},
highline: { strokeColor: 'red'},
fillColor: '#0061a8',
strokeColor: '#0061a8',
label: {fontSize: 14, strokeColor: 'Black'},
name: '$\\alpha$', // Not shown, if suffixLabel is set
suffixLabel: '$\\,\\,\\, p_b = \\, $',
//postLabel: ' u'
});