Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link to latest sdk examples from documentation #5706

Merged
merged 1 commit into from
Dec 16, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,4 @@ copyright: (C) 2007-2020 GoodData Corporation
---

We have created a number of simple interactive examples using CodeSandbox.io. Each example points to a CodeSandbox screen that includes a simple GoodData.UI code next to a resulting visualization.

Feel free to play with the sample code in your browser to see how the visualizations update just after changing the component properties - for your convenience, we have added hints to most of the examples.

Let’s start with a simple headline widget!

| | |
| :--- | :--- |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-headline?file=/src/App/index.js" target="_blank">Headline</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-headline?file=/src/App/index.js" target="_blank">![Headline](gd-ui/ics_headline.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-combochart?file=/src/App/index.js" target="_blank">ComboChart</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-combochart?file=/src/App/index.js" target="_blank">![ComboChart](gd-ui/combochart.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-relativedatefilter?file=/src/App/index.js" target="_blank">RelativeDateFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-relativedatefilter?file=/src/App/index.js" target="_blank">![RelativeDateFilter](gd-ui/ics_relativedatefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-chartconfig?file=/src/App/index.js" target="_blank">ChartConfig</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-chartconfig?file=/src/App/index.js" target="_blank">![ChartConfig](gd-ui/ics_chartconfig.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-pivottable?file=/src/App/index.js" target="_blank">PivotTable</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-pivottable?file=/src/App/index.js" target="_blank">![PivotTable](gd-ui/ics_pivottable.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-insightview?file=/src/App/index.js" target="_blank">InsightView</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-insightview?file=/src/App/index.js" target="_blank">![InsightView](gd-ui/ics_insightview.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-execute?file=/src/App/index.js" target="_blank">Execute</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-execute?file=/src/App/index.js" target="_blank">![Execute](gd-ui/ics_execute.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-yearfilter?file=/src/App/index.js" target="_blank">Year Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-yearfilter?file=/src/App/index.js" target="_blank">![Year Filter](gd-ui/ics_year_filter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-attributefilter?file=/src/App/index.js" target="_blank">AttributeFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-attributefilter?file=/src/App/index.js" target="_blank">![AttributeFilter](gd-ui/ics_attributefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-customattributefilter?file=/src/App/index.js" target="_blank">Custom Attribute Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-customattributefilter?file=/src/App/index.js" target="_blank">![Custom Attribute Filter](gd-ui/ics_custom_attribute_filter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-granularity?file=/src/App/index.js" target="_blank">Granularity</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-granularity?file=/src/App/index.js" target="_blank">![Granularity](gd-ui/ics_granularity.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-datefilter?file=/src/App/index.js" target="_blank">DateFilter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-datefilter?file=/src/App/index.js" target="_blank">![DateFilter](gd-ui/ics_datefilter.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-columnchart?file=/src/App/index.js" target="_blank">ColumnChart</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-columnchart?file=/src/App/index.js" target="_blank">![ColumnChart](gd-ui/ics_columnchart.png)</a> |
| <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-measurevaluefilter?file=/src/App/index.js" target="_blank">Measure Value Filter</a> | <a href="https://codesandbox.io/s/github/gooddata/gooddata-ui-examples/tree/master/example-measurevaluefilter?file=/src/App/index.js" target="_blank">![Measure Value Filter](gd-ui/ics_measurevaluefilter.png)</a> |
The list of examples with links to CodeSandbox.io is available directly in the <a href="https://github.com/gooddata/gooddata-ui-sdk/tree/master/examples/sdk-interactive-examples" target="_blank">gooddata-ui-sdk GitHub repository</a>.