View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Charts, HTML, offset

I would think that Google's Chart API would be a good place to look for
internet-based charts. I haven't tried them out yet, only admired them from
afar, but what I've seen looks promising.

http://code.google.com/apis/chart/

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______



"Shane Devenshire" wrote in
message ...
Hi,

It doesn't seem like you can publish a chart with interactive components,
at
least not from inside of Excel.

Cheers,
Shane Devenshire

"Snadyeka" wrote:

i have created a few charts that use =offset and comboxes to display
different data depending on which name is chosen.

a b a b a
1 day 1 day 2 day 3 day 4
2 John 12 16 15 17
3 Marie 11 13 15 16
4 Sandra 10 11 14 15
5 Alex 9 13 16 18

is there a way i can post the combo box with the chart in a html chart?
i
am trying to show improvement one person at a time...

thanks