• Neta Orlovski
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hi,
I've created a pie chart with Visualforce. Is there a way to show each wedge's percentage?
I've created a VF page to display a standart chart. The page is working fine from within SF. When trying to open the page from Force.com site I get the following error:
Error while running $A.run() : Unknown component: markup://aura:component
Any ideas?
The VF page is:
<apex:page > <analytics:reportChart reportId="00Oxxxxxx"></analytics:reportChart> </apex:page>
 
Hi,
I've created a pie chart with Visualforce. Is there a way to show each wedge's percentage?
I've created a VF page to display a standart chart. The page is working fine from within SF. When trying to open the page from Force.com site I get the following error:
Error while running $A.run() : Unknown component: markup://aura:component
Any ideas?
The VF page is:
<apex:page > <analytics:reportChart reportId="00Oxxxxxx"></analytics:reportChart> </apex:page>