HueHive
Palette Description
mermaid
flowchart TB
A["Segments"] --> B["High Views, High Purchases"]
A --> C["High Views, Low Purchases"]
A --> D["Low Views, High Purchases"]
A --> E["Low Views, Low Purchases"]
B --> B1["Banten"]
B --> B2["DKI Jakarta"]
B --> B3["Jawa Barat"]
B --> B4["Jawa Tengah"]
B --> B5["Jawa Timur"]
B --> B6["Sulawesi Selatan"]
B --> B7["Sumatera Utara"]
C --> C1["Bali"]
C --> C2["Kalimantan Timur"]
C --> C3["Papua"]
D --> D1["Riau"]
D --> D2["Sumatera Barat"]
D --> D3["Sumatera Selatan"]
E --> E1["Aceh"]
E --> E2["Bengkulu"]
E --> E3["D.I. Yogyakarta"]
E --> E4["Gorontalo"]
E --> E5["Jambi"]
E --> E6["Kalimantan Barat"]
E --> E7["...more provinces..."]
classDef highColor fill:#f96,stroke:#333,stroke-width:2px;
classDef lowColor fill:#bbf,stroke:#333,stroke-width:2px;
class B,B1,B2,B3,B4,B5,B6,B7 highColor;
class C,C1,C2,C3,D,D1,D2,D3 lowColor;
class E,E1,E2,E3,E4,E5,E6,E7 lowColor;