Skip to content

Commit

Permalink
feat(csv-export-modal): migrate from Konnect [KHCP-8746] (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu authored Dec 15, 2023
1 parent 55a69a2 commit e68f874
Show file tree
Hide file tree
Showing 23 changed files with 1,516 additions and 540 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bundle-analyzer

cypress/videos/
cypress/screenshots/
cypress/downloads/

# Editor directories and files
.vscode/*
Expand Down
5 changes: 5 additions & 0 deletions packages/analytics/analytics-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ yarn add @kong-ui-public/analytics-chart

### Props - AnalyticsChart

#### `allowCsvExport`

- type: boolean
- required: `false`

#### `chartData`

- type: [AnalyticsExploreResult](https://github.com/Kong/public-ui-components/blob/main/packages/analytics/analytics-utilities/src/types/analytics-data.ts#L77)
Expand Down
Loading

0 comments on commit e68f874

Please sign in to comment.