Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Sparse X axis for chart

    Hello,

    We have the Smart GWT Pro edition, which is outstanding.

    I would like to graph a "sparse" set of data, for example

    x, y
    1, 5
    10, 9
    14, 8

    Where the X axis is separated out based on the numeric range of integers. So far I can only graph where 1, 10, and 14 are treated as discrete values.

    I may have 1000 points over a very big range so I can't "fill" in the points so that I cheat.

    Is there support for having an integer type x axis?

    Thanks,
    Marc

    #2
    When you have a continuous X axis this is considered a Scatter plot - take a look at the docs for this kind of chart. It was introduced in 3.1. A sample is here. Note you can ask for a connecting line to be drawn.

    Comment

    Working...
    X