mirror of https://github.com/apache/cloudstack.git
Fix for dashboard in Chrome/Safari
This commit is contained in:
parent
e7d55d77f5
commit
d766b11ca1
|
|
@ -91,6 +91,7 @@
|
|||
* Render circular pie chart, without labels
|
||||
*/
|
||||
var pieChart = function($container, data) {
|
||||
$container.css({ width: 70, height: 66 });
|
||||
$.plot($container, data, {
|
||||
width: 100,
|
||||
height: 100,
|
||||
|
|
|
|||
Loading…
Reference in New Issue