Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Data Binder & Chart Data Mapping



Padding

To hide the padding and utilizing the spacing around the chart, below code can be helpful.

Output of the code

Image Added


Code to remove padding and spacing


Image Added

{
      "top": "5px",
      "left": "5px",
      "right": "5px",
      "bottom": "5px"
}


Figure 3: Data Binder & Chart Data Mapping Properties

...