Jump to content
JChartFX Community

ahmed24

Members
  • Posts

    3
  • Joined

  • Last visited

ahmed24's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have the following example data, notice that User B and User C share the same values between the two dates and hence only one line shows. This gives the impression that the other line is missing when actually it is behind. Also because its behind one line, I cannot tell which line its actually falling behind. So wondering if there is a way to indicate the other color on the chart too? { "Month": "27 Nov 2013", "User A": 8, "User B": 6, "User C": 6}, { "Month": "28 Nov 2013", "User A": 8, "User B": 8, "User C": 8}
  2. Awesome, thanks JuanC. that does the trick
  3. I'm using jchartFX but on my horizontal X Axis, all the data may not start on the same date. Here is what I have so far: var data = [ { "Date": "13 Nov 2013", "User A": 7, "User B": 6, "User C": 5}, { "Date": "14 Nov 2013", "User A": 8, "User B": 7, "User C": 4}, { "Date": "18 Nov 2013", "User A": 9, "User B": 8, "User C": 6} ]; But User B data doesnt start until the second date, but leaving User B data out of the first line makes the script completely ignore user B. And user C only has data for the third date 18 Nov, and User A has data for all 3 dates. I've tried lots of combinations but just cannot get it to work. Can anyone help? Thanks.
×
×
  • Create New...