Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Add heatmap for vega lite demo #175

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1b9c199
Added the heatmap to the index of the echarts
dvsilviyageo Aug 5, 2022
4bc6a21
Added data to heatmap
dvsilviyageo Aug 5, 2022
e7f89a4
Added heatmap to echarts and it shows the data
dvsilviyageo Aug 12, 2022
8e4b977
Merge branch 'develop' into sgeo/137_add-heatmap-demo-for-echarts
dvsilviyageo Aug 12, 2022
cc124b1
Changed the label and tooltip styles
dvsilviyageo Aug 12, 2022
55afeca
Add onboarding to heatmap(WIP)
dvsilviyageo Aug 16, 2022
4b90e13
Merged with latest develop and resolved the conflicts
dvsilviyageo Sep 8, 2022
5c227c4
add onboardings to echart
dvsilviyageo Sep 8, 2022
ae5d71b
WIP
dvsilviyageo Sep 9, 2022
4d45bb8
Added onboarding to echart heatmap
dvsilviyageo Sep 9, 2022
2930095
Added heatmap to vegalite
dvsilviyageo Sep 11, 2022
d01f71b
added heatmap to vega-lite
dvsilviyageo Sep 12, 2022
da19025
WIP
dvsilviyageo Sep 12, 2022
840cb18
Add onboarding messages to vega-lite heatmap (WIP)
dvsilviyageo Sep 12, 2022
976066d
Merged with develop and resolved conflicts
dvsilviyageo Sep 19, 2022
aa71141
Removed console logs
dvsilviyageo Sep 20, 2022
5617088
Merged wih develop and resolved conflicts
dvsilviyageo Sep 20, 2022
ee72384
Merge branch 'sgeo/137_add-heatmap-demo-for-echarts' into sgeo/136_ad…
dvsilviyageo Sep 25, 2022
f32309d
Add onboarding messages
dvsilviyageo Sep 25, 2022
a5c4e13
Merge branch 'develop' into sgeo/136_add-heatmap-demo-for-vega-lite
dvsilviyageo Sep 26, 2022
d3511ab
Changed the height of the chart and add onboarding(WIP)
dvsilviyageo Sep 26, 2022
6fd23ed
Added title to onboarding message
dvsilviyageo Sep 26, 2022
24f845c
Changed the heatmap vega renderer to svg and rendered the basic messages
dvsilviyageo Sep 28, 2022
b072fd6
Merged with develop adn resolved conflivcts
dvsilviyageo Sep 28, 2022
1868e2a
Added axis and legend description
dvsilviyageo Oct 3, 2022
a565591
Added axis and legend description
dvsilviyageo Oct 3, 2022
371fee8
setOnboarding message is used to change the message
dvsilviyageo Oct 6, 2022
bafdcbf
Changed the onboarding message of the colorscale
dvsilviyageo Oct 6, 2022
4fc1fdc
Added editTooltip to the store
dvsilviyageo Oct 6, 2022
bf4b73c
Merge branch 'develop' into sgeo/136_add-heatmap-demo-for-vega-lite
dvdanielamoitzi Jan 27, 2023
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
2 changes: 1 addition & 1 deletion packages/core/src/components/stores.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { writable } from 'svelte/store'
import { VisahoiState } from './state'
export const stores = writable<Map<string, VisahoiState>>(new Map())
export const stores = writable<Map<string, VisahoiState>>(new Map())
Loading