We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8bd41 commit 3419167Copy full SHA for 3419167
src/app/fusioncharts/ex34/ex34.ts
@@ -54,13 +54,15 @@ export class Ex34 {
54
// Afet that we simply mutated our timeseries datasource by attaching the above
55
// DataTable into its data property.
56
this.dataSource.data = fusionTable;
57
- this.dataSource.yAxis = {
58
- plot: 'Interest Rate',
59
- format: {
60
- suffix: '%'
61
- },
62
- title: 'Interest Rate'
63
- };
+ this.dataSource.yAxis = [
+ {
+ plot: 'Interest Rate',
+ format: {
+ suffix: '%'
+ },
+ title: 'Interest Rate'
64
+ }
65
+ ];
66
this.dataSource.xAxis = {
67
plot: 'Time',
68
timemarker: [
0 commit comments