
Partner - Specialist II
2018-03-06
12:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik Sense extension color
Hi,
It's possible to use Qlik Sense color in extension?
If I'm using custom theme can I use it in the extension, like a standard chart ?
I have find the color picker but in the extension I need to define the palette (And if I use custom theme...)
Aurélien
Help users find answers! Don't forget to mark a solution that worked for you!
3,260 Views
1 Solution
Accepted Solutions

Partner - Specialist II
2020-07-03
10:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With this code, I can use custom colorpicker :
tickerColor:{
type:"object",
component: "color-picker",
label: "Tricker Color",
ref: "trickerColor",
defaultValue: {
color: "#ffffff",
index: "-1"
}
}
Help users find answers! Don't forget to mark a solution that worked for you!
2,022 Views
4 Replies

Specialist
2018-03-06
02:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2,851 Views

Partner - Specialist II
2018-03-07
06:14 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks
But in the javascript I need to difine colors like :
var palette = [ "#b0afae", "#7b7a78", "#545352", "#4477aa", "#7db8da", "#b6d7ea", "#46c646", "#f93f17", "#ffcf02", "#276e27", "#ffffff", "#000000" ];
It was fine before the Feb 2018, but now we can change the theme.
Color-picker is great when I want one color, but for multicolor I'm blocked...
Help users find answers! Don't forget to mark a solution that worked for you!
2,851 Views

Specialist
2018-03-07
10:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2,851 Views

Partner - Specialist II
2020-07-03
10:54 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With this code, I can use custom colorpicker :
tickerColor:{
type:"object",
component: "color-picker",
label: "Tricker Color",
ref: "trickerColor",
defaultValue: {
color: "#ffffff",
index: "-1"
}
}
Help users find answers! Don't forget to mark a solution that worked for you!
2,023 Views
