Search Type: Posts; User: mpickell
Search: Search took 0.01 seconds.
-
28 Jan 2013 12:13 PM
Jump to post Thread: Widget Rendered Grid by mpickell
- Replies
- 14
- Views
- 1,813
Colin,
Thank you, I appreciate you taking a look at it.
I double-checked the element ID comment you mentioned in my implementation, and I believe it is handled because:
The ID of the... -
28 Jan 2013 8:14 AM
Jump to post Thread: Widget Rendered Grid by mpickell
- Replies
- 14
- Views
- 1,813
Based on Colin's feedback and some additional design, here is a cell widget abstract class that can be implemented. It is working well for me.
... -
28 Jan 2013 6:46 AM
- Replies
- 5
- Views
- 1,023
Here is a quick and dirty workaround that is just overriding the whole class to replace the snapEnds method for now:
... -
28 Jan 2013 6:42 AM
Jump to post Thread: chart auto scaling? by mpickell
- Replies
- 2
- Views
- 439
Can I get more information on what the properties in the snapEnds method do? Maybe I can use those to override this "auto-scale" thing.
What are these for in the NumericAxis snapends method? ... -
28 Jan 2013 6:34 AM
Jump to post Thread: Charting issue with axis by mpickell
- Replies
- 6
- Views
- 818
no problem.. but it is a total hack without regard for what snapEnds was meant to do. I am calculating the exact range i want for the charts, so i set it directly.
the snapEnds method is private... -
25 Jan 2013 1:55 PM
Jump to post Thread: chart auto scaling? by mpickell
- Replies
- 2
- Views
- 439
If I have a line chart that I am using as a sparkline in a table, and I have a lot of data in that line chart, does the scaling change depending on the width of the chart? Does it auto scale in...
-
25 Jan 2013 10:44 AM
Jump to post Thread: LineSeries putting NaN in fill by mpickell
- Replies
- 1
- Views
- 540
I'm using v3.0.1
I have a situation in my application where the "coordinates" Map does not contain a PrecisePoint at index (i == store.size()-1) -- i.e., the last time through the for loop at... -
25 Jan 2013 10:12 AM
Jump to post Thread: Charting issue with axis by mpickell
- Replies
- 6
- Views
- 818
Colin,
That is what i ended up doing. For my case, i'm specifically setting the max and min so i just subclassed NumericAxis and replaced the snapEnds method with my own that sets FROM and TO... -
24 Jan 2013 1:06 PM
Jump to post Thread: Charting issue with axis by mpickell
- Replies
- 6
- Views
- 818
This appears to be related to a bug... so i'll track that issue instead of here.
... -
24 Jan 2013 12:53 PM
- Replies
- 5
- Views
- 1,023
Any update on this? I seem to be having issues with the snapEnds method as well.
when i set the min and max to (-2) and (102), the "from" value seems to be calculating to -100. I'm using... -
24 Jan 2013 6:29 AM
Jump to post Thread: Charting issue with axis by mpickell
- Replies
- 6
- Views
- 818
Anyone have any ideas? links to better documentation the chart and axis interactions?
-
22 Jan 2013 1:40 PM
Jump to post Thread: Charting issue with axis by mpickell
- Replies
- 6
- Views
- 818
I am trying to create a two-line sparkline composite widget by adding two line series and a hidden numeric axis (Position.LEFT) to a chart.
My understanding is that the NumericAxis is used to... -
17 Jan 2013 7:58 AM
Jump to post Thread: Line style in charts by mpickell
- Replies
- 3
- Views
- 373
I came up with a temporary solution for this that edits the SVG directly. I was having issue attempting to create the "DottedLineSeries" that i may revisit later. I'm assuming this same thing could...
-
17 Jan 2013 6:52 AM
Jump to post Thread: Line style in charts by mpickell
- Replies
- 3
- Views
- 373
I attempted to create a new DottedLineTo that would return a list of commands for a dashed line and i notice a couple things:
LineSeries#drawSeries doesn't allow for replacing the LineTo command,... -
17 Jan 2013 6:42 AM
Jump to post Thread: Line style in charts by mpickell
- Replies
- 3
- Views
- 373
I guess dashed lines are not implemented in GXT's Surface implementations. But they could be very easily.
SVG uses stroke-dasharray="4 4" (Ex:... -
15 Jan 2013 9:15 AM
Jump to post Thread: Line style in charts by mpickell
- Replies
- 3
- Views
- 373
Is there a way to change the line style of a LineSeries to be a dotted line?
-
9 Jan 2013 6:07 AM
Jump to post Thread: Widget Rendered Grid by mpickell
- Replies
- 14
- Views
- 1,813
Colin, great feedback! Thanks!
I agree, the code i put up is for IE9+ browsers only based on the detach event used, which is a requirement i'm lucky enough to have. However, I like the idea of... -
8 Jan 2013 2:08 PM
Jump to post Thread: Widget Rendered Grid by mpickell
- Replies
- 14
- Views
- 1,813
Colin,
I am looking for a solution to this as well. I understand the GWT cell designs and reasoning behind it, but I have a requirement that includes rendering grids with mostly text, and then...
Results 1 to 18 of 18
