samitchell

Members
  • Content count

    2
  • Joined

  • Last visited

About samitchell

  • Rank
    Forum Newbie
  1. First, the docs are really very good. Three things that would make them better and easier to use: * links between related topics. For example, there are discussion on the basics of number formatting under individual chart types. They should all have links to the Advance section on number formatting. There is a reference -- but, you have to go looking for it. A link is much more direct. * a reference for chart properties so there is a quick way to look up a specific property your working with that should have basic information (what datatype or values are allowed, what the basic purpose or effect is) and links to the other sections with examples for that property. * search within the documentation. The table of contents is not enough. It's organized functionally, but doesn't support quick look ups.
  2. Sorry if this is covered somewhere. But so far going thru the docs, good as they are, I have yet to find a basic property reference that can answer this. I have looked in the forums, but still don't seem to find an answer to what seems like a basic question about these two properties: * is formatNumber boolean (0 = false | 1 = true)? Some of the advanced number formatting examples seem to imply this. It also implies that this property suppresses display of scale separator (e.g., thousand separator) and decimal separator/decimal places. * is formatNumberScale boolean ( 0 = false | 1 = true)? All the examples I've seen show only these two values and that does seem to be the implication. But it isn't clear. If true, it appears that this property controls whether scaling (truncation) is applied to numbers displayed in the chart.