Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Color-picker component doesn't work Qlik Sense September 2017

My extension develop in June version doesn't work for the September version in the color-picker property.

Does anyone else have this problem?


regards.

1 Solution

Accepted Solutions
pover
Partner - Master
Partner - Master

Hello,

The color-picker type is now an object and not an integer.

MeasureColor: {

label: "Measure",

component: "color-picker",

ref: "props.measureColor",

type: "object",

defaultValue: {

index: 3,

color: "#4477aa"

}

},

Karl

View solution in original post

5 Replies
fduchmann
Partner - Contributor III
Partner - Contributor III

Hi,

same problem here. By clicking on the picker following error occurs:

error.PNG

Property config looks like:

colorPickerFont: {

                ref: "props.presentation.colorChangeFont",

                label: "Farbe Schrift",

                component: "color-picker",

                type: "integer",

                defaultValue: 3

              }

best regards

frank

Anonymous
Not applicable
Author

Hi,

I am having the same problem.


Regards
Pete

pover
Partner - Master
Partner - Master

Hello,

The color-picker type is now an object and not an integer.

MeasureColor: {

label: "Measure",

component: "color-picker",

ref: "props.measureColor",

type: "object",

defaultValue: {

index: 3,

color: "#4477aa"

}

},

Karl

Anonymous
Not applicable
Author

Thanks. It helped me in implementing the color-picker in the Customizable Legend Extension.

https://github.com/arpitHub/legendextension

Anonymous
Not applicable
Author

Hello,

I have same problems. By clicking on the picker following error occurs: