2016-03-28 103 views

回答

0

如果您想要某些圖表無法堆疊,請將stackable屬性設置爲false。 I .: .:

"graphs": [{ 
    // column graph #1 
    // ... 
}, { 
    // column graph #2 
    // ... 
}, { 
    // line graph #1 
    // ... 
    "stackable": false 
}, { 
    // line graph #2 
    // ... 
    "stackable": false 
}] 
+0

這工作完美。謝謝。 –