diff --git a/index.html b/index.html index da5cae0..41de275 100644 --- a/index.html +++ b/index.html @@ -21,22 +21,27 @@ title: 'Line Chart with time on x and sliders', geochart: { borderWidth: 2, + useSteps: "after", xAxis: { type: 'time', - unit: 'month', property: 'CollectionStart_DebutPrelevement', usePalette: false }, yAxis: { - property: 'Activity_Activite_mBqm3' + type: 'linear', + property: 'Activity_Activite_mBqm3', }, xSlider: { display: true, }, ySlider: { display: true, + step: 0.1 } }, + ui: { + stepsSwitcher: true + }, category: { property: 'Radionuclide_Radionucleide', usePalette: false @@ -165,11 +170,11 @@ tension: 0.3, xAxis: { type: 'time', - unit: 'month', property: 'CollectionStart_DebutPrelevement', usePalette: false }, yAxis: { + type: 'logarithmic', property: 'Activity_Activite_mBqm3' }, xSlider: { @@ -177,6 +182,7 @@ }, ySlider: { display: true, + step: 0.1 } }, category: { @@ -761,6 +767,13 @@