Anychart (render the chart as image)..

Hi all and Javascript experts..
Anychart Version: 5.1.2
Apex Version: 3.2
Oracle Database: 11g
Is it possible to generate an "image of the chart" (instead of flash) content with anychart ?
I mean ,if i run a chart in a APEX application, instead of genating a flash chart a Jpeg or PNG need to be genarated on the fly.
i know in anychart we have a functionality that users can "right click" on the flash chart and "save it as a image". I dont know is there any way that we can use
this functionality to render the chart as image.
i found the following link..
http://www.anychart.com/products/anychart/docs/users-guide/index.html?SaveAsImage.htmlthat mentioned about the save as image part.. Please help me if any one has any ideas to do this..
Thanks
SN
Edited by: SN on Dec 28, 2010 7:19 AM

Hi,
maybe you can take a look at this example : http://anychart.com/products/stock/online-demos/html-js-samples-center/export-auto-to-server/index.html?v=1.0.0r7488#sampleView
Yann.

Similar Messages

  • How to save the chart as image in the blob?

    Hi,
    I found a few topics with this problem but none solved the problem.
    So, I have a chart created in the IR report and want to convert it to an image and save it in blob.
    I want to print it later or it will send an e-mail
    I use APEX 4.0
    Thanks

    Can someone help with this?

  • How to change the bar chart rendering image format in SSRS

    Hello all,
    I am working with SQL Server 2008 R2 and I have a SSRS bar chart report, when the report got rendered over online or if the take Export (PDF and PPT), the image is in png format always, which is taking too much of time to execute the report in case of large
    data.
    Can, It be possible that the rendered image is in jpeg format instead of png.
    If Yes, please share the appropriate steps to follow:
    Thanks in advance
    Pankaj Kumar Yadav-

    Hi Pankaj067,
    According to your description, you want to change the bar chart rendering image format as JPEG format when previewing the report or exporting to a PDF file .
    In Reporting Services, the chart rendering image format is PNG by default. It’s a by-design behavior. And it doesn’t open any API for us to change the image type when exporting a chart to a format. So in your scenario, your requirement can’t be achieved
    in Reporting Services currently. I would recommend you submit a feature request to Microsoft at this site:
    https://connect.microsoft.com/SQLServer. So that we can try to modify and expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Missing charts and images in DHTML viewer

    We are using Crystal 2008 and rendering the report using the browser based DHTML viewer. The report in question contains multiple subreports as well as charts and images. When first viewing the report, none of the charts or images are visible unless we reduce the zoom level to 75% and then they get displayed. If the zoom level is set to standard (100%) the charts and images do not display unless you drill into the subreports.
    We tried applying all the service packs up to SP2 to no avail. Is this a bug in the viewer and if so what can be done about it? We have found multiple issues with displaying images and charts in the DHTML viewer.

    What if its not a zoom issue but rather a postback issue?  The report initially comes up blank, when you change the zoom factor, CR is actuially doing a postback.   If you change the zoom factor back to 100, is it still there?
    Put a button on the page that does nothing and then click on the button without doing anything in the viewer (This will cause a postback).  Does the report come up?
    If so, then it is probably a postback issue.
    Ludek

  • Can the Add To Cart image render the hand cursor to look more like a clickable link?

    I have used a custom image for the add to cart tag - {tag_addtocart,<img src="/images/fg_buttonbuy.jpg" width="203" height="76" />} - however our client is worried people will be unsure if that's where they click to add the product to the cart as the cursor stays as the arrow and doesn't change to the hand like when clicking on other links.
    I was pointed to this page http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_button_test and told I was able to customise my code so that it did render the hand. I've done a little bit of trial and error however am unsure how to add the button code to the add to cart tag.
    If anyone is able to assist it would be greatly appreciated!

    I tried the target the class but there was no class associated with the button rendered:
    <img src="/images/button.gif" alt="" onclick="AddToCart(83934,3349995,'',3,'','',false);return false;">
    Can I wrap it in <span class="button"><img . . .></span>? If so does it need to be assigned to the link. ie. .button img a { cursor:pointer; }
    Thanks.

  • How to Conditionally Rende the Images in af:treeTable...

    Hi,
    I need to conditionally render the Images in af:treeTable.
    First let me explain my requirement clearly...
    I need to display Dept --> Emp in a tree View format... Some thing like
    Dallas
    --> Smith
    --> Scott
    --> Tiger
    New York
    --> XXXX
    --> YYYY
    --> ZZZZz
    Along with these i need to display Add and Delete Command links in second column.
    But Delete Operation should not available for Departments...
    So how to conditionally stop delete image from rendering for departments...
    Waiting for your response...
    Thanks in Advance...

    You don't need disabled though rendered property. Sorry.
    You'll find it in property inspector for image component. There you will enter the binding to the method that you should write in backing bean (method name must start with "get"). You can also use binding editor for entering correct binding string while working in property inspector.
    Method in backing bean, for example:
    public Boolean getRenderedImage(){  
    Object obj = FacesContext.getCurrentInstance().getApplication().
    createValueBinding("#{row.row.currentRow.dataProvider}").
    getValue(FacesContext.getCurrentInstance());
    /* next ushould cast this object to whatever it is and se if it should be rendered or not and return true or false. To see what is the cast object you could put break point after getting obj and see Class name.
    One thing. You should see what is the binding name for row elements in your table. By default it is "row" if you did drag&drop. If it is "row1" you should change the string above to: "#{row1.row.currentRow.dataProvider}".

  • Failed to download chart or image in SharePoint 2010 excel services

    Hi,
    I have one document library in SharePoint 2010. I have uploaded one excel sheet which is having chart. Now when I am trying to open it in browser, but it is showing me below error on chart part of excel sheet.
    'Failed to download chart or Image'
    This is happening on prod server. I tried similar process on lower environment in SharePoint 2010. It is absolutely working fine. I checked all services, settings on both farm but doesn't find any clue.
    Please help.

    Hi,
    What do you mean by lower environment? Does it mean the lower version of SharePoint server?
    To solve this issue should try changing the "Maximum Chart Size" Excel Services Trusted Location setting. 
    By default it is 1MB, so if a chart is bigger than that, it won't render.
    For similar issues, please refer to the following articles:
    http://www.sbeeh.com/post/SharePoint-2010-Excel-Service-Failed-to-download-chat-or-image.aspx
    http://social.msdn.microsoft.com/Forums/en-US/sharepointexcel/thread/208d649b-31a9-4d13-8ee3-3984fb92bb85
    Thanks,
    Rock Wang
    Rock Wang TechNet Community Support

  • Crystal Report Viewer Error: Could not render the page

    Hi,
    I was facing the same issues whereby i creating my crystal report in VS2005 profesional built in crystal report designer. When preview in VS2005 the graph displayed correctly. However, when export to IIS it shows the error could not render the page.
    I am using Windows 2008 server, IIS7.
    I tried to install the CRREDIST x86.msi into my server, however it still could not show out the graph (pie chart) in the localhost.
    Appreciated anyone know this could kindly advice.
    thanks.
    ck

    Hello,
    Crystal Reports 10 is not supported on Windows 2008 Server.
    Please view the information [here|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
    Upgrade the Crystal Reports.
    Thanks,
    Bhushan.

  • No charts or images displayed in DHTML Viewer on WebLogic 10.3

    Greetings,
    When I view crystal reports from CMC in the default DHTML viewer a red 'X' appears in place of charts and images. Charts in Active X and Java viewers appear normally. Running reports from Java SDK (PDF output) displays charts normally.
    Our Environment:
    BOE 3.1 SP2 (Fix Pack 5)
    2 Clustered Servers running on Windows Server 2008
    Web tier components on WebLogic 10.3 JAAS
    Input/Output Repositories on Shared Storage
    I have tried different things but nothing seems to resolve it. I tried searching for the dynamic image file created by the DHTML viewer but I couldn't find it. I looked in the Shared storage, both local servers, and the weblogic server... No trace.
    It is essential that we have DHTML working as our users don't have admin permissions to install the JRE or Active X.
    Thank you for your help.
    Regards,
    Hassan

    Hi,
    One obvious reason would be that you did not specify -trustcacerts, and the root CA is not included in the present server keystore. In that case, using the -trustcacerts option would solve the problem, if the root CA is indeed in the JDK cacerts.
    To print out the certificates present in the JDK cacerts, use the following command:
    keytool -list -keystore <JAVA_HOME>/jre/lib/security/cacerts -storepass changeit -v
    Then check if the root CA that signed your server certificate is present, and has not expired (in which case,you would need to re-import a newer one into cacerts).
    Another common reason for that error message is when you have used a proprietary CA to sign your server certificate. Then it would obviously not be in the JDK cacerts. The solution in that case is to import your proprietary root CA into the JDK cacerts, using the following command:
    keytool -import -keystore <JAVA_HOME>/jre/lib/security/cacerts -file yourRootCA.pem -storepass changeit -alias youralias
    A third reason for that error message is when your server was signed by an intermediate certificate. In that case, you would have received from your CA a chain of certificates. One way to solve this (not the only one, but this one works well): Prepend your intermediate CA file to your server cert file, and import the obtained concatenated file into the server keystore. Be careful, the intermediate CA must be BEFORE the server cert. Example:
    copy rootca.cer certchain.p7b
    type server.cer >> certchain.p7b
    The file certchain.p7b will be the concatenation of the intermediate CA and the signed server cert. Then import the newly created file under the key alias as follows:
    keytool -import -keystore serverks.jks -file certchain.p7b -alias yourkey -trustcacerts
    If you only prepend the intermediate root CA, you must make sure the the final root CA is in cacerts. But you can also prepend your whole chain of trust inside the server keystore.
    Regards,
    Kal

  • Even after resets get "The backup disk image "/Volumes/FreeAgent GoFlex Drive/MacBeth (2) 1.sparsebundle" could not be created (error 22)."

    HELP!  "The backup disk image “/Volumes/FreeAgent GoFlex Drive/MacBeth (2) 1.sparsebundle” could not be created (error 22)."
    TC estimates over 750GB for full backup.
    Late 2010 MBA is connected wirelessly to
    802.11n (1st gen) TC that is connected via ethernet hub built into house to motorola router using charter.com for internet.
    I have had same problem for over 150 days and multiple reboots, restarts in proper order, firmware updates, unplugs with 5min plus gaps, bypassing the tc and using external 500gb WD mybook via usb to time capsule, replacement of the WD mybook to new 2TB Free Agent GoFlex drive, etc, etc, etc!  Note: I originally named my MBA hard drive MacBeth, but at some point months ago, it said backup already existed and system automatically created MacBeth (2), worked for a while, then stopped again, despite trying nearly daily.
    I gave up and started using Carbon Copy Clone daily for just the 128gb on internal SSD of my late 2011 11" MacBook Air, but need to get past these time capsule errors to back up the external disk!  Due to lack of space in MBA, I had long ago transferred both itunes and iphoto and all imovie/fcpx files to a 1tb external disk (WD Passport) that I keep in my bag with MBA.  It is partitioned with 150gb for cloning the MBA, and over 750gb for media/itunes/iphoto/etc.
    Also, I have endured months of "your hard drive is full" messages and system lockups, applying the solution given to me by genious bar (deleting all aol.com outboxes/recovered messages/spam/trash under library/mail/V2/Mailboxes folders, empty trash, restart....watch recovered hard drive space mysteriously shrink next couple days to zero.....repeat)
    Due to lack of space, I had not been able to do javascript and other system updates.  Yesterday, I noticed even safari bookmark bar had mysteriously emptied (not disappeared, I can hide and show the space where the bar used to be - it is just blank area with no data except for eyelass-book-topsites icons), so I transferred a few large quicktime movie files recorded with isight camera to the external disk, and freed up 20 gbs for the first time!
    This got my hopes up yesterday because after I completed all system/software updates, suddenly the bookmark bar showed up and I was able to start the time capsule backup! It took overnight preparing for backup, but finally started and progressed to 12gb of the 100gb+ needed (i guess the update where it left off months ago for the estimated 750gb for the full backup?), then I put system to sleep and took it with me (thus leaving the wireless time capsule network as I do daily fully expecting it to continue when I returned home in the evening.)  But alas, upon return, back to the "Time Machine could not complete backup, The backup disk image ".....sparsebundle" could not be created (error 22)"  Ugh!  More reboots, unplugs, 5min gaps....still Ugh!
    So the problem continues...please help!  Here are my settings:
    About this mac:
    Mac OS X V. 10.7.5
    processor 1.6 ghz intel core 2 duo, memory 4 4g 1067 MHz DDR3
    software up to date!
    Airport Utility:
    V 6.2 (620.33)
    both internet globe and TC show green dots in graphic, however internet occasionally shows yellow then goes to green, but still gets error 22.  Suddenly TC showed explanation mark and says lost connection and asked if I wanted to 'forget', gave same errors, then mysteriously went back to green, but still got error 22!.
    Internet:
    connection: connected, displays router address, 2 dns server, and domain name: charter.com
    Time Capsule:
    shows network, ip address, serial number, version 7.6.3, status: (green dot) Setup over WAN,
    wireless clients: phones, macbooks (including this MBA), printers, wii
    If you need other settings to help me, just ask!  I have read a few of the other solutions in forums, but trying not to erase disks, especially since it worked for a minute yesterday!

    To step sideways.. why not just use CCC to backup the 750GB of the hard disk to the TC.
    You need to understand this is going to be a super slow process and each time you stop it.. it is going to give issues. CCC will at least do a more reliable job of it than TM.
    I would also say.. this is going to be tough without ethernet. You need to understand the backup speed over wireless can be 10GB per hour.. that makes 75hrs to backup the disk. The air needs to run non-stop doing that.. without you touching it.
    I would get another external drive.. plug that into the MBA and if you really want to use TM.. make a backup one to the other.. but CCC will again do a better job and work faster. It will be much faster than over wireless.
    I am trying to think of ways around the issue of just speed.. but plainly you have lots of other issues.. being the simple unreliablity of the TM to identify the TC.
    If you want to make this work.. give yourself a weekend.
    Load 5.6 utility into the MBA..
    http://support.apple.com/kb/DL1482
    Take the TC back to 7.5.2 firmware. It is a really old version and latest firmware does it no good at all.
    Wipe its hard disk using erase and start over.. give it new names for everything.
    So call it TC
    Set the wireless to 5ghz and name it TC5ghz
    Use WPA2 Personal security. Use a 10 character passkey non dictionary.
    At 5ghz you should get 2x the speed as at 2.4ghz but the air will need to be right next to the TC..
    (alternatively buy the USB to ethernet cord apple have available.. it is $30 in the apple store and do it over pseudoethernet. http://store.apple.com/au/product/MC704ZM/A/apple-usb-ethernet-adapter That is the wrong store but you get the idea. )
    WIth a fully clean system.. now do a full reset of TM.
    See A4 http://pondini.org/TM/Troubleshooting.html
    Direct the TM to back to the TC.. and make sure the external hard disk is not excluded.
    Of course the TC has to be 1TB version to fit that much data.. goes without saying right.
    Even over pseudo - ethernet this will take many hours.. and you basically have to leave it to work.. do not touch it.. make sure the MBA cannot sleep though.. turn off sleep.. beforehand.

  • Is there a limit to the number of images in a slide show?

    I am making a slide show for an event and would like to use lots of pictures, is there a limit in the number of images in a folder? the number of images in a slide show?

    is there a limit in the number of images in a folder? the number of images in a slide show?
    None that I know off. But why are you asking? Did you notice any performance problems or problems to render the slideshow? Then it would help to know more about your hardware RAM, disk, CPU ..
    If you already encountered problems, you may wish to have a look at this thread - although it relates to Aperture 3, not 2:
    Is there a limit on the number of photos you can use in an Aperture slideshow?
    And as I said in that thread:
    I'd expect the limiting factor to the length of a slide show to be the patience and "Good Will" of your intended audience
    Regards
    Léonie

  • Safari on iphone won't render cgi generated png images with query strings

    I've got a cgi app functioning as a web service that generates png images and serves them up as part of another app which marshals them up in HTML.
    Here's the image stand alone:
    http://cybre.net/maps/mapgen.pl.png?WIDTH=1024&HEIGHT=768
    and here's how I marshal it:
    <IMG CONTENTTYPE='image/png' SRC='http://cybre.net/maps/mapgen.pl.png?WIDTH=1024&HEIGHT=768'>
    It seems to work on firefox, epiphany and galeon web browsers for linux, and my windows friends say that internet explorer renders them okay as well.
    My only apple hardware is my iphone, and safari pretends that there is no content when it renders the HTML page. Safari on the iphone does not render even using a direct link.
    The png is generated by perl mapscript, $img = $map->draw;
    print "content-type: image/png\n\n";
    $img->write;
    close(STDOUT)
    On the previous version of the iphone firmware, and before i factored the image generation out into a web service, the iphone was able to render the png image successfully.
    Is this safari wierdness where it gets cranky that there is
    QUERY_STRING info after the .png? mapgen.pl.png?foo=bar ?
    If so, are other browsers just being hyper liberal in what they accept and safari is playing by the rules or is this a bug in safari?
    thanks in advance,
    -marc

    it turns out that safari's handling of png is broken, the problem reproduced on both iphone and mac safaris.
    in changing the format to gif, it all works okay.
    does apple allow mortals to file bugs against safari?

  • I want to copy and paste a chart from an email into Pages on MAC. I only get the text.  Not the chart.

    I recieved an email that included a chart that I want to put in a document.  When I copy and paste the chart in Pages it only shows the text without the chart.  This shouldnt be too hard but I have no idea why it will not copy this in the format or image that it is.  Thanks.

    This is on OSX 10.9.3 MAC Pro
    Pages version 5.2
    I'm sorry I do not know how to determine the format of the chart.  It was sent to me in the body of an email...it was not an attachment.  Is there a way for me to find that out?
    I actually tried both ways...I copied just the chart & then I copied the whole body of the email that included the chart.  Either way, the chart-lines/box did not paste.  Only the text.
    Thanks Peter!  I'm somewhat new with MAC

  • Save excel chart as image (activeX)

    Hi community,
    I have to generate couple thousands xls files which have some data and a chart on the first sheet. Once the files are generated I'd like to sweep thru all of them and save the chart as an image (BMP, GIF, PNG, doesnt matter).
    I have no success though. I assume I am quite close, by using the Chart.export method, but actually nothing happens, the file is not created. (worksheet selection is good, and chart index must be one, as 0 or 2 gives me an error message while one is OK.
    Any ideas?
    thx.
    ps: i know how to export an image of a labview-chart, but I want the export to happen from excel..
    Solved!
    Go to Solution.

    Instead of getting a reference to the workbook worsheets collection you need to get a reference to the workbook charts collection (which is the collection of all the workbook chartsheets) . You select the chart sheet using its index and convert the resulting item to an Excel._Chart object (this is where you use this object). You can then export it.
    Ben64

  • Why can't i see the chart i created in CR Viewer in SAP?

    Can anyone give me a hint on this? thanks.  i already tried using print preview in Crystal Reports 2008 and the chart appear but when using the CRystal Reports Viewer the chart i created does not appear.
    Edited by: Michael Litiatco on Jun 12, 2009 9:00 AM

    Hi,
    Not only charts, if you have any images like logo of the company will not be visible but when you export your report to any of the format there you find your charts, strange!!! Try exporting your report and see.
    I assume you are using .NET Infoview.
    Here is a solution,
    It is a .Net version mismatch, change the version from 1.x to 2.x for crystalreportviewers115 virtual directory.
    Steps
    1. Right-click My Computer and click Manage.
    2. Navigate to Services and Applications > Internet Information Services (IIS) Manager > Web Sites > Default Web Site.
    3. Right-click crystalreportviewers115 and then click Properties.
    4. On the ASP.NET tab, choose a 2.0.x version from the ASP.NET Version list.
    5. Click the Apply button and then click OK.
    6. Right-click businessobjects and click Properties.
    7. On the Virtual Directory tab, click the Configuration button.
    8. Check the path of the mappings and note the version number (in the path ...\Framework\vX.X...)
    9. Repeat steps 2 to 5 for crystalreportsviewers115.
    If the paths for businessobjects and crystalreportviewers115 are different, change one or the other so that they point to the same version of .NET Framework.
    10. Stop and restart the Default Web Site
    Hope this helps,
    Thanks
    -Azhar

Maybe you are looking for

  • Unable to open a Page document on another computer

    I used Page to create a document and then emailed it to my home to continue working. I have Page on this computer, but when I try to open I get the message -- Unable to open "Gardiner List.pages" because it isn't a valid Pages document.

  • Creation of image ..please help me out

    hi All I have to know is how to get iamge out of a map actually i have got a api method getMap() that returns a byte array I want to display it in an image.Is it possible.If so how PLease give response ASAP Thanks and Regards

  • User Guide, Suppressing ORA and FRM messages

    Hello, In this guide there is : '... To suppress the message permanently, check the suppress Always? check box. I haven't that check box in my screen. Who know why ? Thank you. Antoine LEFEBVRE.

  • What does registering FCP with Apple do?

    If I am selling an old, unused copy of FCP with a unique serial number, how do I license it to my friend if I have already registered it with Apple? Will that make a difference? The License agreement says I can transfer ALL rights to a new person, pr

  • Item level tabstrip to me51n and me54n

    Hi,    I need to add a tab strip at item level for tcode ME51N and ME54N.    This tab will contain 1 field which will show stock info    Kindly let me know if there is any badi existing for the same along with the procedure. Thanks in advance Ajay