Skip to content

Commit

Permalink
chore: rename g2plot chart section to just charts PTL-0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteematt committed Nov 27, 2024
1 parent 3435fd5 commit 29d2d42
Show file tree
Hide file tree
Showing 62 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
label: 'G2Plot Chart'
label: 'Charts'
className: 'menu__nested-category'
collapsed: true
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: 'G2Plot Chart'
sidebar_label: 'G2Plot Chart'
title: 'Charts'
sidebar_label: 'Charts'
id: g2plot-chart
keywords: [genesis, foundation, ui, chart, g2plot-chart, g2plot]
tags:
- connected
- datasource
- chart
- charts
- g2plot-chart
- g2plot
---
Expand Down Expand Up @@ -73,7 +74,7 @@ const chartConfiguration = {
@customElement({
name: 'g2plot-chart-example',
template: html`
<rapid-g2plot-chart
<rapid-g2plot-chart
type="bar"
:config=${() => chartConfiguration}
:data=${() => chartData}
Expand Down Expand Up @@ -118,7 +119,7 @@ const chartConfiguration = {

export default function G2PlotChartExample({}) {
return (
<rapid-g2plot-chart
<rapid-g2plot-chart
type="bar"
config={chartConfiguration}
data={chartData}
Expand Down Expand Up @@ -166,7 +167,7 @@ const sampleChartConfiguration = {
@Component({
selector: 'my-root',
template: `
<rapid-g2plot-chart
<rapid-g2plot-chart
type="bar"
[config]="chartConfiguration"
[data]="chartData"
Expand Down Expand Up @@ -197,4 +198,4 @@ After you have looked at the basics here, you can find more details in our [API
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.

### Licensed components
Genesis low-code platform
Genesis low-code platform
4 changes: 2 additions & 2 deletions docs/001_develop/03_client-capabilities/007_forms/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ tags:
- modal
- user input
sidebar_position: 7
pagination_prev: develop/client-capabilities/g2plot-chart/chart-html-api
pagination_prev: develop/client-capabilities/charts/chart-html-api
---

Coming soon...

Brief overview of what a form is used for
Brief overview of what a form is used for

0 comments on commit 29d2d42

Please sign in to comment.