|
|
@ -33,7 +33,7 @@ let allOptions = { |
|
|
|
graphHeight: {string, number}, |
|
|
|
shaded: { |
|
|
|
enabled: {boolean}, |
|
|
|
orientation: {string:['bottom','top']}, // top, bottom
|
|
|
|
orientation: {string:['bottom','top','zero']}, // top, bottom, zero
|
|
|
|
__type__: {boolean,object} |
|
|
|
}, |
|
|
|
style: {string:['line','bar','points']}, // line, bar
|
|
|
@ -171,7 +171,7 @@ let configureOptions = { |
|
|
|
stack:false, |
|
|
|
shaded: { |
|
|
|
enabled: false, |
|
|
|
orientation: ['top','bottom'] // top, bottom
|
|
|
|
orientation: ['zero','top','bottom'] // zero, top, bottom
|
|
|
|
}, |
|
|
|
style: ['line','bar','points'], // line, bar
|
|
|
|
barChart: { |
|
|
@ -266,4 +266,4 @@ let configureOptions = { |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
export {allOptions, configureOptions}; |
|
|
|
export {allOptions, configureOptions}; |