-
1 Sep 2010 6:33 AM #1
Values over each bar
Values over each bar
Hi again...
I'm here now with other question, Actually, a chart shows value only when I passed the mouse over each bar, so, how can I show values over each bar in a FilledBarChart chart ?
Thanks for help.
Bye.----------------------------------
Boris Pérez
Univ. de los Andes
-
1 Sep 2010 8:27 AM #2
I tried every which way to get this to work, but I don't think it can without some additional code. The ChartModel serialized to OFC via GXT doesn't generate the needed JSON object.
The OFC chart expects the tags to be passed in as an element (ie, treated the same way as a GXT LineChart or PieChart object). So implementing this would be similar to implementing a bar chart overlaid by a line chart - you have to add the bar chart, then create and overlay a "tags" chart (to use OFC lingo). Look at their example at http://teethgrinder.co.uk/open-flash...gs-example.php and view the JSON generated for it for some hints as to the syntax.
- C
-
18 Jan 2012 3:01 AM #3
Values on each bar
Values on each bar
Values over each bar
Hi
Actually, a chart shows value only when I passed the mouse over each bar, so, how can I show values over each bar in a FilledBarChart chart ?
As above example is given in PHP , but can anyone give an example on java..?
Is there any property in openflashchart to have the value on bar ?
Thanks for help.
Bye.
Similar Threads
-
[DEFER] Field original values lost if values set before render.
By ntdaley in forum Ext 3.x: BugsReplies: 1Last Post: 21 Jul 2010, 9:25 AM -
Action Bar and Scroll Bar
By Alex Lussos in forum Ext.nd for Notes/DominoReplies: 1Last Post: 23 Feb 2010, 3:12 PM -
Stacked Bar Chart Bar Width/Thickness
By mathec in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 16 Oct 2009, 10:56 AM -
passing values other than 'dataIndex'(multiple values) in grids ColumnModel
By dHANEESH in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 2 May 2009, 4:07 AM -
How to get selected CheckColumn values(or) true values
By Buddy_charu in forum Ext 2.x: Help & DiscussionReplies: 7Last Post: 28 Aug 2008, 3:33 AM


Reply With Quote