I am using Chart.js to display some data as bar chart. An example of this data is:
{New York: 29033, San Francisco[: 33432, Oklahoma City: 38202}, etc.
When I use these datasets with the Chart.js to create a bar chart, the bars of the charts appear squashed together with the labels either squashed together as well, or too far apart, depending on the amount of labels that are created.
Is there a way to align the bars and the labels so that they fit equally?