-
28 Apr 2011 2:56 AM #1
[INFOREQ][4.0.0] Chart serie tips width not calculated automatically
[INFOREQ][4.0.0] Chart serie tips width not calculated automatically
Hi,
Width of displayed tip in chart serie should be calculated automatically when 'width' config option is missing. I have several text with different width and I don't want to set fixed width for all tips.
-
28 Apr 2011 10:17 AM #2
Care to post a test case that demonstrates this? Tips should automatically size themselves, this isn't something that is chart specific.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
28 Apr 2011 11:34 PM #3
Hi,
Please look at ExtJS example "examples/charts/Bar.html" and remove "width" & "height" config options. Tips aren't sized automatically in this case.
Code:series: [{ type: 'bar', axis: 'bottom', highlight: true, tips: { trackMouse: true, //width: 140, //height: 28, renderer: function(storeItem, item) { this.setTitle(storeItem.get('name') + ': ' + storeItem.get('data1') + ' views'); } }, label: { display: 'insideEnd', field: 'data1', renderer: Ext.util.Format.numberRenderer('0'), orientation: 'horizontal', color: '#333', 'text-anchor': 'middle' }, xField: 'name', yField: ['data1'] }]
-
23 May 2011 7:20 AM #4
Hi,
Problem still occures [4.0.1]. Will it be corrected?
-
8 Jun 2011 4:53 AM #5
[4.0.2] RC - problem still occurs. So, will it be fixed?
-
11 Jan 2013 1:31 PM #6
Still a problem in 4.1.3.
-
17 Feb 2013 8:13 AM #7
Also not fixed in 4.2. The title shows INFOREQ so what info does Sencha still need?
-
11 Apr 2013 1:54 AM #8
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[INFOREQ]Ext JS 4.0 Beta 3, Chart added event
By aleksejs.goremikins in forum Ext:BugsReplies: 1Last Post: 21 Apr 2011, 4:13 PM -
[FIXED-EXTJSIV-532][B1] Tips are not working in radar chart
By steffenk in forum Ext:BugsReplies: 1Last Post: 1 Apr 2011, 10:41 AM -
[FIXED] Column chart doesn't show hover tips
By themightychris in forum Ext:BugsReplies: 1Last Post: 9 Mar 2011, 10:21 AM -
[FIXED] Line chart: tips do not toggle with series
By keltnerj in forum Ext:BugsReplies: 2Last Post: 3 Mar 2011, 5:55 PM


Reply With Quote