The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

Visualforce charting mouseover hint are not displaying properly

Hi today while working found that visualforce charts were acting weird when there is a big text included in the display/hover field. The hover text was not properly displaying the value and the ...
1
vote
1answer
42 views

Visualforce Charts areaSeries Unknown component

When I try to use a apex:areaSeries chart, in Eclipse or Salesforce editor I get the error message: "Unknown component apex:areaSeries". But there is good documentation on it: ...
2
votes
1answer
22 views

Gauge in a report - is it possible?

I am able to create Gauge charts within a Dashboard, but I have a need to display 2 reports in 2 different Dashboards, where the correct display/chart needs to be a Gauge. The Gauge format is not ...
1
vote
1answer
67 views

Organizational Chart in VF page

I am trying to make an org chart in VF page using google analytics, it working all well but facing a logical issue. There are some 50 child accounts to the parent and in org chart all the child ...
5
votes
3answers
180 views

Controller extension design pattern help needed

Objective I'm trying to create a series of inline charts to be displayed on the detail of a record using either Visualforce Charting or Highcharts. The charts do need to be dynamically rerendered ...
3
votes
2answers
212 views

Visualforce Charting: Line Chart Intervals with Dates

I have a custom object, MrCustomObject__c, which I am making into an apex:chart. Mr_Custom_Object__c has a Date field, Date__c, and a Number field, Number__c. The Dates should go along the x-axis ...
2
votes
1answer
95 views

apex:chart rerender not working

I am trying to construct a basic line graph. I have a Visualforce page, and a Component I put inside this page. The idea is, once the search button is clicked, the section with the component becomes ...
6
votes
1answer
161 views

Visualforce pie chart to start at “12 o'clock”

All Visualforce pie charts I see online and the one's I'm developing now seem to just randomly place wedges on the chart: What I'm after is some option to force starting at the same spot. I think ...
2
votes
0answers
103 views

Visualforce Charts - Why is <apex:chart resizable=“true” not doing anything?

Visualforce charts really feel somewhat BETA. The autolayout has some really strange behaviours. But my actual questions is: Why does have a resizable attribute but no documentation explains how ...
0
votes
1answer
88 views

Gauge chart to show single record

Generally gauge chart components are used to show no of records. But I have a single record with one column count 30. That I want to show using gauge chart so my needle should point to 30. But when I ...
1
vote
2answers
243 views

Report that groups same record on 2 date fields?

I've been asked to assist with creation of a summary / matrix report. We have a custom object Service__c that holds all the gravy technical details of closed won Opportunities. There are 2 date ...
1
vote
1answer
439 views

Unable to get Visualforce chart to render

I'm not exactly sure how to map the "data" field of the apex:chart component. I created a simple test class but it's not showing the chart at all. I'm really scratching my head here because this is ...
3
votes
1answer
114 views

Color-coding lookup values

When working with picklist options, you can assign charting colors. Is there a way to do this for Lookups? Example: Our Opportunities have a Lookup to a custom object, Program, which internally has ...