You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ZiYa Plugin
This only happens using the new ZiYa gem, not the old plugin.
Every time I make a request in development mode for a ZiYa chart it
attempts to load 5 style sheets that are not used. I am requesting a
bar chart. The style sheets its trying to load are:
It then successfully loads the 3 stylesheets; base_chart, bar_chart,
and my custom_bar_chart.
Does anybody know why its trying to load these other style sheets each
time? Easy way to switch it off? Thanks.
Dav Yaginuma
unread,
Jul 6, 2008, 10:25:10 PM7/6/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ziya-...@googlegroups.com
I saw this too. I looked into it a bit and saw that it was doing this totally weird thing about iterating over all of the ancestor classes of the ziya graph and trying to load a stylesheet based on the ancestor class name. It is annoying, and I assumed it would be fixed soon. I don't have a solution for you, just wanted to throw my vote in for getting rid of that 'feature'.