Hi Sergey,
thanks for the quick answer.
The padding works fine now. I see that the frame is looking great on
jsfiddle, however I am unable to get this displayed on my own page.
If you like, you may check this Webpage <http://testheiz.tober-kerken.de>.
I am using this options but I do not get the frame.
var options_bars = {
width:900,
height:525,
backgroundColor: {
stroke: 'black',
strokeOpacity: 1
},
//debug: true,
chart: {
title: 'Ölverbrauch',
subtitle: ' Stundengenaue Verteilung des Ölverbrauchs',
style: {
background: {
padding: 20,
stroke: {width: 10}
}
}
},
legend: {
position: 'none'
},
axes: {
x: {
all: {
gridlines: true,
ticks: {
pixelsPerTick: 50
}
}
}
}
};
The only difference I see is the DataTable definition. I am using:
var data_bars = new google.visualization.arrayToDataTable([
['Zeit', 'Ölverbrauch je Stunde in [l]'],
[1, 1.2],
[2, 1.2],
[3, 1.2],
[4, 1.2],
[5, 1.2],
[6, 2.2]
]);
This should not make a difference?
Regards,
Marc
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.