Skip to content

Add pivot chart#7632

Open
yoshiokatsuneo wants to merge 4 commits intogetredash:masterfrom
yoshiokatsuneo:feat/pivot-chart-plotly
Open

Add pivot chart#7632
yoshiokatsuneo wants to merge 4 commits intogetredash:masterfrom
yoshiokatsuneo:feat/pivot-chart-plotly

Conversation

@yoshiokatsuneo
Copy link
Contributor

What type of PR is this?

  • Feature

Description

On Pivot chart, this PR adds a option to show Chart in addition to Table by adding Plotly.js renderer to PivotTableUI .

How is this tested?

  • Manually

Here is the screen shots.

image image

Below is the query for above results.

select '2025-01-01' as t, 'apple' as grp1, 'tokyo' as grp2, 10 as value
union all
select '2025-01-01' as t, 'orange' as grp1, 'tokyo' as grp2, 20 as value
union all
select '2025-01-01' as t, 'apple' as grp1, 'osaka' as grp2, 30 as value
union all
select '2025-01-01' as t, 'orange' as grp1, 'osaka' as grp2, 40 as value
union all
select '2025-01-02' as t, 'apple' as grp1, 'tokyo' as grp2, 210 as value
union all
select '2025-01-02' as t, 'orange' as grp1, 'tokyo' as grp2, 220 as value
union all
select '2025-01-02' as t, 'apple' as grp1, 'osaka' as grp2, 230 as value
union all
select '2025-01-02' as t, 'orange' as grp1, 'osaka' as grp2, 240 as value
union all
select '2025-01-03' as t, 'apple' as grp1, 'tokyo' as grp2, 110 as value
union all
select '2025-01-03' as t, 'orange' as grp1, 'tokyo' as grp2, 120 as value
union all
select '2025-01-03' as t, 'apple' as grp1, 'osaka' as grp2, 130 as value
union all
select '2025-01-03' as t, 'orange' as grp1, 'osaka' as grp2, 140 as value

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

@yoshiokatsuneo yoshiokatsuneo force-pushed the feat/pivot-chart-plotly branch 2 times, most recently from a8aaca3 to 4e6442b Compare February 20, 2026 22:31
@yoshiokatsuneo yoshiokatsuneo force-pushed the feat/pivot-chart-plotly branch from 4e6442b to 50834dd Compare February 20, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant