CCC stands for Community Charting Components, the CTools Javascript charting library, which is build on top of Protovis, a very powerful free and open-source visualization toolkit.
Questions tagged [ccc]
14 questions
2
votes
1 answer
.Net FTPS Connection times out after sending 'CCC' command
I've been struggling a lot these last few days with a FTPS server that requires the 'CCC' command I'm trying to access via .Net
I'm using AlexFTPS Library. I'm able to connect and negociate AUTH TLS, I'm able to change directory but when I'm trying…

Marc Allaume
- 83
- 1
- 5
1
vote
2 answers
Problems with 2d arrays in CCC 2018 j4 problem
I'm working on an question that's part of the CCC(question: https://dmoj.ca/problem/ccc18s2) I have my code, but it doesnt work all the time. When I input my code into the online grader (which can be found on the linked page) I only get 3/15 marks.…

itsanantk
- 264
- 1
- 9
1
vote
1 answer
How to Display Percentage values on TOP of CCC Bar Chart in CDE (Non-Stacked Bar Chart)
My requirement is to show percentage values on the top of the bar ccc Bar chart (non-stacked), so far I have got the percentages in between the bar charts all I need is to display them on the top.
I have added this function in clickable action and…

Shinchan_Shiro
- 73
- 2
- 13
1
vote
1 answer
Filter cached sqlJdbs query in Pentaho CE
I use sqlJdbs query as a data provider for my CCC controls. I use geospatial request in my query that's why I cache my results(Cache=True). Otherwise the request made long.
It works fine. However I have to use parameters in my query to filter…

Timur Kobilov
- 98
- 9
1
vote
1 answer
Draw an arbitrary number of lines on a protovis chart
My goal
I'm trying to add an arbitrary number of vertical lines to my chart in protovis. Given an array of x-intercept values, I'd like to loop over this array and draw a vertical line for every intercept value. Right now, I'm able to draw a fixed…

Steve
- 2,401
- 3
- 24
- 28
1
vote
0 answers
CCC pieChart visualization
I'm moving from JfreeChart to CCC. I'm able to show a CCC chart using a MDX query.
I have a problem: what I have to change in my MDX query which allowed to show a pie chart in JfreeChart component, but not in CCC one? The query is the…

Nko
- 341
- 1
- 7
- 18
0
votes
1 answer
T 103 - Negative Marking
Raju is giving his JEE Main exam. The exam has Q questions and Raju needs S marks to pass. Giving the correct answer to a question awards the student with 4 marks whereas giving the incorrect answer to a question awards the student with negative 3…

Rishi Choudary
- 11
- 1
0
votes
1 answer
Pentaho-IVYDC and IVYBC Plugin
I Installed IVYDC And IVYBC plugins through pentaho market place but it is not rendered properly in pentaho dashboard .. when i tried to create dashboard through pentaho cde dashboards i cant use these two plugins ..In the dashboard components panel…

subash0203
- 26
- 4
0
votes
1 answer
Wrap or cut long labels in Pentaho CCC
How to cut long labels of the Bar Chart Control’s base axis?
I have already tried to cut them in the Extension Points (baseAxisLabel_text):
function(a){
var str=this.scene.atoms.category.label;
if (str.length>30){
…

Timur Kobilov
- 98
- 9
0
votes
0 answers
Pentaho CDE Line Chart Legend Click Mode
I have a line chart with legend on my dashboard. I want to show all line on execute. and when i click the legend, it only shows the line i clicked. (not as the default: it remove the line i click)
Can anyone help?

Connie Chen
- 113
- 1
- 15
0
votes
1 answer
pentaho CCC Pie Chart with equal slices
I have a CCC Pie Chart which brings the years months (1,2,3,... 12).Don't ask why I'm using a pie chart for this. I want all the slices to be equal in size but also to see the values 1,2,3 in the slices values.The Sql (datasource) behind it is…

bluesony
- 459
- 1
- 5
- 28
0
votes
1 answer
How to use specific d3 chart in pentaho
I am using Pentaho CDE . I have a requirement to implement a d3 chart http://bl.ocks.org/robschmuecker/7880033
i have installed the d3 component library. selected the d3 component from d3 components in the component panel.
how do i proceed coding.…

Alen
- 174
- 4
- 11
0
votes
1 answer
Update second pie chart based on click event of first pie chart in Pentaho CDE
I am new to pentaho,
looking for a feature to update second pie chart by clicking first pie chart.
first of all, is this possible in pentaho cde?
if yes. could you share an example on how to use clikable property and clickaction property or by any…

Alen
- 174
- 4
- 11
0
votes
2 answers
How to make jQuery hover and mouseout work on div with child elements
We are using this to animate our #footer:
$('#footer')
.hover(function(){
if(!$(this).is(".open")) {
$(this).animate({bottom: -25}, 500).addClass('open');
}})
$('#footer')
.mouseout(function(){
…

Richard Tinkler
- 1,635
- 3
- 21
- 41