@@ -8,7 +8,7 @@ const testSteps = [
88 config : {
99 x : 'Joy factors' ,
1010 y : [ 'Country' , 'Value 1 (+)' ] ,
11- color : { set : 'Country' , title : 'offset test' }
11+ color : { set : 'Country' , title : 'offset test' }
1212 } ,
1313 style : {
1414 plot : {
@@ -21,7 +21,7 @@ const testSteps = [
2121 ( chart ) =>
2222 chart . animate ( {
2323 config : {
24- color : { title : '1em' }
24+ color : { title : '1em' }
2525 } ,
2626 style : {
2727 legend : {
@@ -32,7 +32,7 @@ const testSteps = [
3232 ( chart ) =>
3333 chart . animate ( {
3434 config : {
35- color : { title : '2em' }
35+ color : { title : '2em' }
3636 } ,
3737 style : {
3838 legend : {
@@ -43,7 +43,7 @@ const testSteps = [
4343 ( chart ) =>
4444 chart . animate ( {
4545 config : {
46- color : { title : '-2em' }
46+ color : { title : '-2em' }
4747 } ,
4848 style : {
4949 legend : {
@@ -54,7 +54,7 @@ const testSteps = [
5454 ( chart ) =>
5555 chart . animate ( {
5656 config : {
57- color : { title : '100%' }
57+ color : { title : '100%' }
5858 } ,
5959 style : {
6060 legend : {
@@ -65,7 +65,7 @@ const testSteps = [
6565 ( chart ) =>
6666 chart . animate ( {
6767 config : {
68- color : { title : '100%-2em' }
68+ color : { title : '100%-2em' }
6969 } ,
7070 style : {
7171 legend : {
@@ -76,7 +76,7 @@ const testSteps = [
7676 ( chart ) =>
7777 chart . animate ( {
7878 config : {
79- color : { title : null }
79+ color : { title : null }
8080 } ,
8181 style : {
8282 legend : {
@@ -87,7 +87,7 @@ const testSteps = [
8787 ( chart ) =>
8888 chart . animate ( {
8989 config : {
90- color : { title : '17px' }
90+ color : { title : '17px' }
9191 } ,
9292 style : {
9393 legend : {
0 commit comments