diff --git a/docs/showcases/musicformats/main.js b/docs/showcases/musicformats/main.js index 10ba3c0c..0a13947e 100644 --- a/docs/showcases/musicformats/main.js +++ b/docs/showcases/musicformats/main.js @@ -183,7 +183,7 @@ Promise.all([csv2JsLoaded, vizzuLoaded]).then((results) => { x: { set: ['Year'] }, y: { set: ['Revenue', 'Format'], - range: { min: null, max: null } + range: { min: 'auto', max: 'auto' } }, color: { set: ['Format'] } }, diff --git a/docs/showcases/nadal/main.js b/docs/showcases/nadal/main.js index beb92009..f0f0db77 100644 --- a/docs/showcases/nadal/main.js +++ b/docs/showcases/nadal/main.js @@ -225,7 +225,7 @@ Promise.all([csv2JsLoaded, vizzuLoaded]).then((results) => { config: { y: { set: ['Player', 'Tournament', 'Level'], - range: { max: null, min: null } + range: { max: 'auto', min: 'auto' } }, title: 'Rafa won the same Grand Slam title the most times', color: 'Level', @@ -268,7 +268,7 @@ Promise.all([csv2JsLoaded, vizzuLoaded]).then((results) => { config: { y: { set: ['Player', 'Tournament', 'Level'], - range: { max: null, min: null } + range: { max: 'auto', min: 'auto' } }, x: ['Count'], title: '', @@ -289,7 +289,7 @@ Promise.all([csv2JsLoaded, vizzuLoaded]).then((results) => { } }, config: { - y: { set: ['Player'], range: { max: null, min: null } }, + y: { set: ['Player'], range: { max: 'auto', min: 'auto' } }, x: ['Count', 'Tournament', 'Level', 'Total_GS'], title: 'Rafa also leads in the number of total Grand Slams won' }