mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
google.visualization: Allow legend: "none" (#19089)
This commit is contained in:
@@ -68,7 +68,7 @@ function test_scatterChart() {
|
||||
[ 6.5, 7]
|
||||
]);
|
||||
|
||||
var options = {
|
||||
var options: google.visualization.ScatterChartOptions = {
|
||||
title: 'Age vs. Weight comparison',
|
||||
hAxis: {title: 'Age', minValue: 0, maxValue: 15},
|
||||
vAxis: {title: 'Weight', minValue: 0, maxValue: 15},
|
||||
@@ -344,7 +344,7 @@ function test_candlestickChart() {
|
||||
// Treat first row as data as well.
|
||||
], true);
|
||||
|
||||
var options = {
|
||||
var options: google.visualization.CandlestickChartOptions = {
|
||||
legend:'none'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user