]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Clean up periods and comments.
authorwcatron <wcatron@catrondevelopment.com>
Mon, 23 Nov 2015 17:09:40 +0000 (12:09 -0500)
committerwcatron <wcatron@catrondevelopment.com>
Mon, 23 Nov 2015 17:09:40 +0000 (12:09 -0500)
docs/03-Bar-Chart.md

index c6c356b59feba538a9801b9d4266b579395110ec..24f4c0084d44519bf7f83a6f02a1616935c93b69 100644 (file)
@@ -88,10 +88,10 @@ position | String | "bottom" | Position of the scale. Options are "top" and "bot
 id | String | "x-axis-1" | Id of the axis so that data can bind to it
 categoryPercentage | Number | 0.8 | Specific to bar chart.
 barPercentage | Number | 0.9 |
-gridLines | Array |  [See Scales](#scales). |
+gridLines | Array |  [See Scales](#scales) |
 *gridLines*.offsetGridLines | Boolean | true |
-scaleLabel | Array | [See Scales](#scales). |
-ticks | Array |  [See Scales](#scales). |
+scaleLabel | Array | [See Scales](#scales) |
+ticks | Array |  [See Scales](#scales) |
 | | |
 *scales*.yAxes | Array | `[{ type: "linear" }]` |
 *Options for xAxes* | | |
@@ -124,8 +124,8 @@ new Chart(ctx,{
        }
 });
 // This will create a chart with all of the default options, merged from the global config,
-//  and the Bar chart defaults but this particular instance will have `stacked` set to true for
-// both x and y axes.
+//  and the Bar chart defaults but this particular instance will have `stacked` set to true
+// for both x and y axes.
 ```
 
 We can also change these defaults values for each Bar type that is created, this object is available at `Chart.defaults.Bar`.