crperry

Members
  • Content count

    2
  • Joined

  • Last visited

About crperry

  • Rank
    Forum Newbie
  1. I realize that the toolText data can be overwritten, but would prefer to have the chart simply not round the toolText value. Is there a way to have the Y-axis rounded, but the value in the toolText unrounded? I prefer not to override (hard-code) the toolText value.
  2. Hello, I'm looking for a way to have the Y-axis formatted, so that thousands are rounded and listed in K (basic formatNumberScale). However, I would like the toolText data to display the actual value, not the rounded value. As you can see from the attachment, it is not practical to showValue for each data point, as this clutters the chart. So I'm thinking it may be best not to show the values. (Unless someone has a way to show all of the values and still have a good looking chart?) That leaves me with having the user look at what is in the toolText. Does anyone know a way to have the chart format the values on the Y-axis, but show the unrounded values in the toolText? I realize that the toolText data can be overwritten, but would prefer to have the chart simply not round the toolText value. Does anyone have any suggestions? Thanks - I appreciate it!