Versions Compared

Key

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

...

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

Output of the code

Code to remove padding and spacing

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

...