Layout ultima - Datalabel not show in pie and another graph types when use skins

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
yian.manjarres
Posts: 10
Joined: 21 Nov 2016, 04:32

26 Oct 2017, 01:12

Hello everyone, please I require your collaboration to display and format the data values in different graph types using ultima layout, when the mouse is moved on the graph and if I want to leave it static.

This is mo javabean code:

pieCharGestionXGestor.setTitle(gestor.getNombreGestor());
pieCharGestionXGestor.setLegendPosition("w");
pieCharGestionXGestor.setFill(true);
pieCharGestionXGestor.setShowDataLabels(true);
pieCharGestionXGestor.setDiameter(200);
pieCharGestionXGestor.setExtender("skinPie");

Javascript on page :

function skinPie() {

this.cfg.shadow = false;
/*this.cfg.title = '';*/
this.cfg.seriesColors = ['#EF976B','#3db3c5'];

this.cfg.grid = {
background: '#ffffff',
borderColor: '#ffffff',
gridLineColor: '#F5F5F5',
shadow: false
};

this.cfg.axesDefaults = {
rendererOptions: {
textColor: '#666F77',
}
};
this.cfg.seriesDefaults = {
renderer: $.jqplot.PieRenderer,
shadow: false,
lineWidth: 1,
markerOptions: {
shadow: false,
size: 14,
style: 'circle'
}
}

Thanks

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests