Skip to content

gooddata/gooddata-ui-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodData.UI SDK - Interactive Examples

Here are basic usage examples of GoodData.UI.

Warning

The examples in this repository are for the obsolete 8.x version of the GoodData UI SDK. For examples built with the latest SDK version, visit GoodData UI SDK Examples.

Please note that these Interactive Examples work well in all major browsers (Firefox, Chrome, Safari, …) except for Brave.

List of Examples

  • Headline
  • ComboChart
  • RelativeDateFilter
  • ChartConfig
  • PivotTable
  • InsightView
  • DashboardView
  • Execute
  • Year Filter
  • AttributeFilter
  • Custom Attribute Filter
  • Granularity
  • DateFilter
  • ColumnChart
  • Measure Value Filter

Running Examples locally

You can also run any example on your localhost.

  1. git clone [email protected]:gooddata/gooddata-ui-examples.git
  2. cd gooddata-ui-examples/example-headline
  3. yarn install
  4. yarn start

Upgrading GoodData.UI SDK in all examples at once

To bump GoodData.UI SDK to the latest version in all the examples at once, you can run the script:

./scripts/bump-sdk.sh

This will upgrade all @gooddata packages in all the example-* folders. This can take several minutes, so be patient.

Troubleshooting

**ModuleNotFoundError** Could not find module in path: '@gooddata/sdk-model/esm/execution/measure/fingerprint' relative to '/node_modules/@gooddata/sdk-model/esm/execution/executionDefinition/index.js'

This error might occur when some sort of ad-block is present in a browser, or when using the Brave browser. Please turn off your ad-block related features, or try a different browser (e.g., Firefox or Safari).

License

(C) 2017-2021 GoodData Corporation

This repository is under the GoodData commercial license available in the LICENSE file because it contains a commercial package, HighCharts.

About

GoodData.UI Code Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages