Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Karthik3
Creator III
Creator III

How to change the background colour of a tooltip?

How to change the background color of a tooltip for a pie chart?

Capture.PNG

I tried editing the theme json file. I was able to edit the caption font colour and the background colour of the caption but not the main background colour behind behind share, region etc.

Any help greatly appreciated.

14 Replies
Karthik3
Creator III
Creator III
Author

C1.PNG

Thanks. This changed the text which we get in the middle of the pie chart when there are only negative values. Useful for me as I need to change the format of this text also(screenshot above)

But how can we change the warning message which we get at the bottom of the pie chart(screenshot below) and the condition unfulfilled message which we configure in 'data handling' tab of pie chart?

C2.PNG

Karthik3
Creator III
Creator III
Author

got this working by below

.qv-object-piechart .qv-viz-disclaimer {

    color: #6908ac;

}

.qv-object-piechart .qv-viz-center-disclaimer {

    color: #6908ac;

}

NitinK7
Specialist
Specialist

Hi team,

 

How we can hide /remove share on pie-chart tool-tip

share.PNG

 

Thanks,

Nitin.

santiago
Contributor II
Contributor II

Someone can help me for run this script sql in qlok? thank

select com_entidad, ent_nombre, nvl(cge_descripcion, 'Sin Categoria') as categoria, com_codigo_comprobante || ' ' || to_char(com_sucursal_externo, '0000') || ' ' || to_char(com_numero_externo, '00000000') as comprobante, com_fecha, to_char(c.com_fecha,'MM') || '-' || to_char(c.com_fecha,'Month') as mes, to_char(c.com_fecha,'YYYY') as anio, cit_articulo, p.prt_descripcion, cue_codigo, cue_descripcion, ci.cit_subtotal_neto from comprobantes c, comprobantes_items ci, productos p, entidades e, categorias_entidades ce, def_comprobantes dco, comprobantes_pases cp, cuentas cc where com_sucursal = cit_sucursal and com_ejercicio = cit_ejercicio and com_id_transaccion = cit_id_transaccion and cit_tipo_articulo = p.prt_tipo and cit_articulo = p.prt_codigo and com_tipo_transaccion = dco_tipo_transaccion and com_codigo_comprobante = dco_codigo_comprobante and com_tipo_entidad = ent_tipo_entidad and com_entidad = ent_codigo and ent_categoria_entidad = ce.cge_codigo (+) and cit_sucursal = cde_sucursal (+) and cit_ejercicio = cde_ejercicio (+) and cit_id_transaccion = cde_id_transaccion (+) and cit_id_pase = cde_id_pase (+) and cde_ejercicio = cue_ejercicio (+) and cde_cuenta_contable = cue_codigo (+) and c.com_fecha between to_date('{COM_FECHA;Desde el}','DD-MM-YYYY') and to_date('{COM_FECHA;Hasta el}','DD-MM-YYYY') -- and com_fecha between to_date('01-03-2013','dd-mm-yyyy') and to_date('31-08-2013','dd-mm-yyyy') and dco_registra_contabilidad = 'Si' and dco_tipo_transaccion = 'C'

simsa
Contributor III
Contributor III

How to change background of tooltip of Map?