Hello,
I have had some trouble figuring out how to change the background
color of my timeline. Right now, I have tried using the following
code in the onLoad() method:
var theme = Timeline.ClassicTheme.create();
theme.ether.backgroundColors[0] = "#AA0000";
theme.ether.backgroundColors[1] = "#f2b36e";
theme.ether.backgroundColors[2] = "#f2b36e";
As you can see, I have three different bands in my timeline. I have
applied my theme variable to each band info section as seen below:
var bandInfos = [
Timeline.createBandInfo({
eventSource: eventSource1,
date: "3000 BC",
width: "20%",
intervalUnit: Timeline.DateTime.CENTURY,
intervalPixels: 60,
theme: theme
}), ...etc
This method does not change the background color of the timeline. It
continues to stay gray.
Is there another way to do this, or does anyone see a problem with
what I have done?
Thanks!
-Gabe
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.