Skip to content

Commit

Permalink
release(0.1.6): 🎉 fix heatmapColor in the YCConfig interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAyaz committed Jan 8, 2020
1 parent 89802ed commit 81d9ec5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion docs/interfaces/YCConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ <h6><b>Properties</b></h6>
<a href="#headerTemplate">headerTemplate</a>
</li>
<li>
<span class="modifier">Optional</span>
<a href="#heatmapColor">heatmapColor</a>
</li>
<li>
Expand Down Expand Up @@ -370,6 +371,11 @@ <h3 id="inputs">Properties</h3>
</td>
</tr>

<tr>
<td class="col-md-4">
<i>Optional</i>
</td>
</tr>



Expand Down Expand Up @@ -670,7 +676,7 @@ <h3 id="inputs">Properties</h3>
export interface YCConfig {
// the theme colors are basically color ranges according to hsl color constants. The &#x60;H&#x60; value to be exact.
// See information here https://www.w3schools.com/colors/colors_hsl.asp
heatmapColor: string;
heatmapColor?: string;
data: Array&lt;YCDataItem&gt;;
nextBtn?: YCHeaderButton;
prevBtn?: YCHeaderButton;
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/YCDataItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3 id="inputs">Properties</h3>
export interface YCConfig {
// the theme colors are basically color ranges according to hsl color constants. The &#x60;H&#x60; value to be exact.
// See information here https://www.w3schools.com/colors/colors_hsl.asp
heatmapColor: string;
heatmapColor?: string;
data: Array&lt;YCDataItem&gt;;
nextBtn?: YCHeaderButton;
prevBtn?: YCHeaderButton;
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/YCDayItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h3 id="inputs">Properties</h3>
export interface YCConfig {
// the theme colors are basically color ranges according to hsl color constants. The &#x60;H&#x60; value to be exact.
// See information here https://www.w3schools.com/colors/colors_hsl.asp
heatmapColor: string;
heatmapColor?: string;
data: Array&lt;YCDataItem&gt;;
nextBtn?: YCHeaderButton;
prevBtn?: YCHeaderButton;
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/YCHeaderButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h3 id="inputs">Properties</h3>
export interface YCConfig {
// the theme colors are basically color ranges according to hsl color constants. The &#x60;H&#x60; value to be exact.
// See information here https://www.w3schools.com/colors/colors_hsl.asp
heatmapColor: string;
heatmapColor?: string;
data: Array&lt;YCDataItem&gt;;
nextBtn?: YCHeaderButton;
prevBtn?: YCHeaderButton;
Expand Down
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion projects/angular-year-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iomechs/angular-year-calendar",
"version": "0.1.5",
"version": "0.1.6",
"peerDependencies": {
"@angular/common": "^8.2.11",
"@angular/core": "^8.2.11",
Expand Down

0 comments on commit 81d9ec5

Please sign in to comment.