You cannot post messages because only members can post, and you are not currently a member.
Description:
ZiYa Plugin Home - General discussions about issues, tips and news about the ZiYa rails plugin. This plugin allows developers to easily add and maintain charts to their web apps.
|
|
|
Adding several series to chart but only having one initially showing
|
| |
Hi,
I'd like to add several series to a chart, so that they show in the
legend, but I only want one of the series to be plotted to begin with.
It would then be up to the user to click on any additional series to
make them visible (by clicking in the legend).
Is this possible please?
Thanks,... more »
|
|
Trouble moving to Rails 3 environment
|
| |
Hello,
I'm working on a website that is being moved from an old server to a
new one. The website itself is written in PHP with some Perl thrown
in. However, there is one tool available on the website that is driven
by a Rails app. This is code that my company inherited...not something
we chose to do :)... more »
|
|
Y Axis labels
|
| |
Hi,
I'm just starting out with ZiYa and can't trackdown how to do this,
could someone help please:
- How do you change the size of the y-axis auto generated labels
- Is it possible to make them always be multiples of 10 for example,
rather than the 9, 18, 27, 36 I see sometimes.
Where is the theme documentation. At the moment I have to cutnpaste... more »
|
|
Question about flash_to_javascript callback
|
| |
In the documentation for Ziya (i'm using ver 2.1.0), I see support for
the Loaded_Chart, Render_Count, and Scrolled_Chart callbacks. Does
that mean that the Toggled_Legend callback is not supported?
-- You received this message because you are subscribed to the Google Groups "ZiYa Plugin" group.... more »
|
|
FireFox issues
|
| |
Hi,
I have a couple of Ziya charts that are working fine on most machines.
But for some reason this particular chart is not working on Firefox.
I have tested across a number of various FireFox implementations (Win
XP, Win 7, Linux) and they all show the same problem.
The intended chart does not display, the standard Region A and Region... more »
|
|
Inserting a Ziya chart into an ActionMailer email
|
| |
Hi,
Figured out to get a Ziya chart inserted into an ActionMailer email.
I have a multipart email with the chart object in one, and the swf
file in the other part, but I need to be able to reference the
attached swf file in the chart object such that it no longer
references the standard location thereof.... more »
|
|
Permission denied => default chart
|
| |
Hi, Had the pleasure of trying to debug why a chart came up very incorrectly - it was the default column chart instead of the specified chart. Turns out that I had forgotten that I have a before_filter :login_required in the controller, and the load_chart code therefore failed. It would be nice to have the chart produce an error message about this... more »
|
|
Practical maximum number of graph elements
|
| |
Hi, I have a progress graph which adds two vertical bar elements and one horizontal line data point each day. After almost a year it has roughly 1000 elements that it needs to plot. This doesn't strike me as a tremendous number of elements but as it has grown it has reached the point where when that page loads it now takes almost a minute for my... more »
|
|
How is the public path changing
|
| |
What is changing the public path for the chart scroll objects from /charts/sliders/black.swf to /blee/charts/sliders/black.swf ? You can see after /blee/load_line_4_chart is requested, the path to public changes. This required the chart objects to be copied and placed in a directory /public/blee/chart.... more »
|
|
Line chart: low numbers at the top?
|
| |
I have a requirement to show a line chart of rankings over time; as such we'd like the low values to be at the top of the chart and the high values at the bottom -- since 1 is the "highest" ranking. One trick we've tried is to negate the numbers, so in reality the chart shows the range from -1 (at the top) to -100 (at the bottom).... more »
|
|
|