Profile

Mauricio Valencia

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 6 of 6 total
Posted By Mauricio Valencia 03-08-2019 21:45
Found In Community: Pentaho
\ view thread
Hi! I installed it and now my chart is available using a d3Component, but I have the same problem, it just works with the RequiereJS unchecked.
Posted By Mauricio Valencia 03-08-2019 17:17
Found In Community: Pentaho
\ view thread
Hi Duarte Leao, right now I am just testing with the HTML code written here: http://bl.ocks.org/mbostock/1153292, I am adding it in the Layout Panel. Is there a better way to generate the graph? Thank you!
Posted By Mauricio Valencia 03-08-2019 14:14
Found In Community: Pentaho
\ view thread
Hello! I have been trying to use an HTML code to generate a graph like this one in Pentaho CDE: It works perfectly when I have the RequireJS Support option unchecked, but when it is checked, the dashboard does not show anything, it does not load as it should. Not having the RequiereJS active is not an ...
Posted By Mauricio Valencia 02-18-2019 17:13
Found In Community: Pentaho
\ view thread
Hi everyone! I have been creating some dashboards using Pentaho CDE. After creating a Metric Dot Chart I noticed that the tooltip shown by a dot it is not giving all the information as it should: The number, Neto facturado, its being split and I want to show it just in one line (2 840 270 393), not two. ...
Posted By Mauricio Valencia 12-13-2018 22:56
Found In Community: Pentaho
\ view thread
Hi everyone. I have been working with some charts using Pentaho CDE. In a bar chart, I modified the Axis Tick Formatter property using this code: function f(v) ( return v.toFixed(2).replace(/\d(?=(\d(3))+\.)/g, $); ) Before doing this, I was getting this: And after doing that I am getting this: As you ...
Posted By Mauricio Valencia 12-05-2018 22:55
Found In Community: Pentaho
\ view thread
Hi! Im creating a dashboard using Pentaho CE, I want to create something like this: I dont want to show the categories in the X axis but to show them on the top of the bar, could you tell me how to do this? Thank you for your help! #Pentaho