Sign in to follow this  
pravardhan

Creating Pie Chart using Annotations

Recommended Posts

Hi,

   Can anybody please tell me how to create a pie chart using annotation and place that annotation on the chart specifying x and y co-ordinates? A sample code would help me a lot. Thanks in advance.

Share this post


Link to post
Share on other sites

Yes you can.Annotation chart are the interactive time series line charts that support annotations. You can display one or more lines on your chart. Each row represents an X position on the chart—that is, a specific time; each line is described by a set of one to three columns.

The methods that are used for that are  the following:clearChart(),draw(data,options,state),getContainer(),getSelection(),getVisibleChartRange(),hideDataColoumns(coloumnIndexes),setVisibleChartRange(start, end)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this