@@ -120,7 +120,7 @@ Here is another simple examples with labels (`<th>` elements) spinning every 3 s
120120}
121121</template >
122122<template v-slot:html-code >
123- <table class =" charts-css bar hide-data show-labels data-spacing-5 show-primary-axis show-data-axes " id =" animations-example-2 " >
123+ <table class =" charts-css bar hide-data show-labels data-spacing-5 show-primary-axis " id =" animations-example-2 " >
124124
125125 <caption > Animation Example #2 - The Richest People In America (Forbes 1918) </caption >
126126
@@ -204,7 +204,7 @@ Another example with moving bars. Revealing themselves from the bottom.
204204}
205205</template >
206206<template v-slot:html-code >
207- <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis show-data-axes " id =" animations-example-3 " >
207+ <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis " id =" animations-example-3 " >
208208
209209 <caption > Animation Example #3 </caption >
210210
@@ -272,7 +272,7 @@ The same can be done with less code using `scale()`;
272272}
273273</template >
274274<template v-slot:html-code >
275- <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis show-data-axes " id =" animations-example-4 " >
275+ <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis " id =" animations-example-4 " >
276276
277277 <caption > Animation Example #4 </caption >
278278
@@ -351,7 +351,7 @@ A useful example to highlighting individual items with animations.
351351}
352352</template >
353353<template v-slot:html-code >
354- <table class =" charts-css column show-labels data-spacing-15 show-primary-axis show-data-axes " id =" animations-example-5 " >
354+ <table class =" charts-css column show-labels data-spacing-15 show-primary-axis " id =" animations-example-5 " >
355355
356356 <caption > Animation Example #5 </caption >
357357
@@ -439,7 +439,7 @@ Now lets animate the colors with gradients.
439439}
440440</template >
441441<template v-slot:html-code >
442- <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis show-data-axes " id =" animations-example-6 " >
442+ <table class =" charts-css column show-labels hide-data data-spacing-5 show-primary-axis " id =" animations-example-6 " >
443443
444444 <caption > Animation Example #6 </caption >
445445
0 commit comments