svg charts - size and default value
391115Apr 3 2003 — edited Apr 4 2003is there any way to make svg chart size smaller? i want to fit 6 graphs onto a page and even with the 350x315 setting, they are still too big
also, when i have a query like this:
select null, c.nodes, count (*)
from customers c, country_region_mapping m
where system_status='Production'
and c.country = m.country
and decode(:P4_REGION, '%', 1, m.region, 1, 0)=1
and decode(:P4_COUNTRY, '%', 1, m.country, 1, 0) =1
and decode(:P4_INDUSTRY, '%', 1, c.industry, 1, 0) =1
group by nodes
the page initially comes up empty. in other words, the charts have no data.
is there anyway to default to all