Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/chart/api/chart_series_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ series: [
</tr>
<tr>
<td><b>dateFormat</b></td>
<td>(optional) defines the <a href="../../../calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
<td>(optional) defines the <a href="../../../calendar/api/calendar_dateformat_config/">format of dates</a> in the tooltips ("%d/%m/%y" by default). In this format, you can specify dates in the data set </td>
</tr>
<tr>
<td><b>days</b></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/integration/suite_and_angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Install the DHTMLX Suite library to get access to Suite widgets. Refer to the fo

## Create Angular component

Now you can create Angular components (wrappers) based on Suite widgets. For each complex Suite widget you can create a separate file (for instance [***grid.component.ts***](https://github.com/DHTMLX/angular-suite-demo/blob/master/src/app/MainContainer/Content/LeftContent/Grid/grid.component.ts)) in the [***src/***](https://github.com/DHTMLX/angular-suite-demo/tree/master/src) directory.
Now you can create Angular components (wrappers) based on Suite widgets. For each complex Suite widget you can create a separate file (for instance ***grid.component.ts***) in the [***src/***](https://github.com/DHTMLX/angular-suite-demo/tree/master/src) directory.

### Import source files

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/suite_and_vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default {

### Load data

To add data into a Suite widget, you need to provide a data set. You can create the [***data.js***](https://github.com/DHTMLX/vue-suite-demo/blob/master/src/store.js) file in the ***src/*** directory and add required data sets:
To add data into a Suite widget, you need to provide a data set. You can create the [***data.js***](https://github.com/DHTMLX/vue-suite-demo/blob/master/src/data.js) file in the ***src/*** directory and add required data sets:

~~~jsx {2,27,29} title="data.js"
export function getData() {
Expand Down
Loading