From SharePoint2013 list item data how to create Google Interactive Chart?

HI All,
From SharePoint2013 list item data how to create Google Interactive Chart?
Thanks in advance!

Hi,
To push data from list items to Google Chart, we can use JavaScript Client Object Model or REST API to retrieve the data needed.
Here are two links about using JavaScript Client Object Model to access list items:
http://msdn.microsoft.com/en-us/library/office/hh185006(v=office.14).aspx
http://msdn.microsoft.com/en-us/library/office/hh185007(v=office.14).aspx
From the links from the official site of the Google Chart, we can find out the method to populate data into Chart:
https://developers.google.com/chart/interactive/docs/quick_start
https://developers.google.com/chart/interactive/docs/examples#gauge_example
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • Run Procedure From A List Item

    I am using Apex 3.2
    I have created a list of the shared components, which I will be using as a menu on my Home page.
    Is it possible to fire a procedure, once a certain item on the list is clicked. I do not want to put the process on the page that the list directs to, as I only want the procedure to run if they have come from the Home page and not any other page.
    Any ideas appreciated.
    Gus
    Edited by: Gus C on Feb 3, 2011 12:59 AM

    Hi Gus,
    I'm not sure about adding to a list item, but you could create an application item and a couple of application processes that may be able to do that.
    First, create an Application Item called G_LAST_PAGE
    Second, create an Application Process that runs "On Load: Before Header (page template header)" that is a PL/SQL Anonymous Block of whatever your code needs to be. Make this conditional on "Value of Item in Expression 1 = Expression 2" and enter G_LAST_PAGE into Expression 1 and enter 1 into Expressioin 2.
    Then create a second Application Process that has a higher sequence number than the first one. This should run "On Load: ..." and should be a PL/SQL Anonymous Block of:
    BEGIN
    :G_LAST_PAGE := :APP_PAGE_ID;
    END;This should be unconditional
    As the user moves from page to page (using your list item menu or by changing the URL or via links/branches), the value of G_LAST_PAGE gets updated. But before the update happens, the first process checks the value of G_LAST_PAGE - if it is 1 (ie, the user has just left page 1), then the process fires. Otherwise, it just proceeds to update G_LAST_PAGE with the page they are are now on.
    Andy

  • What is line item datas,how can u check line item in Infocube?

    Hi friends,
    what is line item datas,how can u check line item in Infocube?

    hi konda,
    line item data
    i shall give u an example .
    consider a super market bill,
    the bill has 1.customer name        2. bill number   3. date of purchase
    the above line will be header.
    line item data are the items which u purchase.
    item 1 pencil  2 rubber  3. sharpner  4. cryon  5. sketch pens
    above are line item datas.  for a particular set of header data u may have many line item datas.
    reward points if helpful.
    bye.

  • Last day from the list of dates

    i have a query which give me list of dates. From these list of date i want to find the last day in all months. when i am using last day fucntion i am getting last day from the sysdate and not from the list of dates generated by my query.
    the query
    (select distinct to_date(substr(batch_id,1,6),'DDMMRR') batch_id from gcon_mst_v0)
    order by batch_id desc
    i want last day from each month from the list of dates listed from the query.
    Help would be higly appriciated
    Thanks in advance

    The column is a varchar but i am convering it to get
    the list od dates as you can see in the query. i want
    all the last dates of every month from that list of
    dates for eg. below is the list of the dates i am
    getting from the query.
    7/11/2007
    7/10/2007
    7/9/2007
    7/8/2007
    7/6/2007
    7/5/2007
    7/4/2007
    7/3/2007
    7/2/2007
    7/1/2007
    6/29/2007
    6/28/2007
    6/27/2007
    6/26/2007
    6/25/2007
    6/24/2007
    6/22/2007
    6/21/2007
    6/20/2007
    6/19/2007
    6/18/2007
    6/17/2007
    6/15/2007
    6/14/2007
    6/13/2007
    6/12/2007
    6/11/2007
    6/10/2007
    6/8/2007
    6/7/2007
    6/6/2007
    6/5/2007
    6/4/2007
    6/3/2007
    6/1/2007
    5/31/2007
    5/30/2007
    5/29/2007
    5/28/2007
    5/27/2007
    5/25/2007
    5/24/2007
    5/23/2007
    5/22/2007
    5/21/2007
    5/20/2007
    5/18/2007
    5/17/2007
    5/16/2007
    5/15/2007
    5/14/2007
    5/13/2007
    5/11/2007
    5/10/2007
    5/9/2007
    5/8/2007
    5/7/2007
    5/6/2007
    5/4/2007
    5/3/2007
    5/2/2007
    5/1/2007
    4/30/2007
    4/29/2007
    4/27/2007
    4/26/2007
    4/25/2007
    4/24/2007
    4/23/2007
    4/22/2007
    4/20/2007
    4/19/2007
    4/18/2007
    4/17/2007
    4/16/2007
    4/15/2007
    4/14/2007
    4/12/2007
    4/11/2007
    4/10/2007
    4/9/2007
    4/8/2007
    4/6/2007
    4/5/2007
    4/4/2007
    4/3/2007
    4/2/2007
    4/1/2007
    3/30/2007
    3/29/2007
    3/28/2007
    3/27/2007
    3/26/2007
    i want the last date for all the months listed. that
    would be
    6/29/2007 -- last day for june
    5/31/2007-- last day for may
    4/30/2007-- last day for april
    3/30/2007-- last day for march and so on
    thankswrite query as
    SELECT LAST_DAY(TO_DATE(SUBSTR(COLUMN_NAME,X),'MM/DD/YYYY'))
    FROM TABLE_NAME

  • What the h*** happened to Live Updating of smart playlists in iT 11? I have several smart lists that pull from larger lists based on how recently a song has played. Not happening now. The whole library only updates "last played"

    What the h*** happened to Live Updating of smart playlists in iT 11? I have several smart lists that pull from larger lists based on how recently a song has played. Not happening now. The whole library only updates "last played" for about 1 in 20 songs. This is really screwing up my lists that I use as backgrounds for a lot of activities in my classroom at school.

    FYI, I've found that Live Updating can SORT OF work. It seems if you only have two rules, live upating works (IE, I have one that is a Rating must be 3-5*'s and last played cannot be within the last 8 weeks). Once the song is played it disapears off the playlist. BUT, as soon as I try to add a third rule, it doesn't work anymore! This is unfortunate because two rules really limits the ability of the playlist...
    Cheers,

  • How to create the custom charts?

    how to create a custom charts? for example the donut shapes, but for the data can be automatically adjust (like a available charts on keynote)

    Keynote and Numbers do not have a tool for making Donut Graphs. There are ways to make them using HTML, but I prefer to cheat:
    1 Create your first graph as a pie chart and add a circle of solid color to the center
    2. If you need more, take a screenshot of the pie chart with the center fill  and drag the screenshot into Preview - in Preview > Select Tool (pulldown from Toolbar) > Instant Alpha and remove the inner filled circle and outer fill then Save As > PNG with Alpha
    3. Drag your new hollow shape into Keynote. This chart can be placed over another pie chart with a filled center (the fill should match the background)
    Not as graceful as a special tool but can get the job done quickly - changing the data requires starting it over since at least one of your donuts my be an image rather than a pie chart with variable data.
    Try it. If you need more specific tools, Google Donut Shaped Charts for starts.
    Good luck

  • How to create the timeline chart in SSRS 2008

    Hello Everyone!!
    How to create basic timeline chart with x asix as month and  show project start date as marker on this in ssrs reports
    Which type of chart i should use and any sample link?
    Something like in below link
    Timeline
    image

    Hi SonikaJ,
    After testing the issue in my local environment, we can enable the Scalar axis option to display a set of axis values on a continuous scale and reset the “Interval” property of the X-Axis. For more details, please see the following steps:
    Drag a Column Chart to design surface, insert corresponding fields.
    Right click on the Horizontal Axis and open the “Category Axis Properties” window.
    Check the “Scalar axis” option, set the “Interval type” to “Months” and set the “Interval” to 1 for example.
    Right click on the Vertical Axis and uncheck “Show Axis” option to hide the Y-Axis.
    Right-click the series columns to select “Show Data Labels”, then right-click on the Label and select Series Label Properties.
    In the Expression dialog box, modify the expression to anything you like.
    To adjust the width simply select the appropriate series and go to the properties pane and drill down into the Custom Attributes and find the PointWidth. Then set the value to 0.1 for example.
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to create WorkBook and Chart

    Hi Experts,
    Good Morning.
    I am facing big problem is How to create WorkBook and Chart in BI 7.0.
    My Requirement is following below..............
    1. How create work book, then how to add the Company LOGO,  End of report footer message.
    2. How to Create Chart, then how to design.
    Please provide me Solutions Asap, its very critical issue.
    Thanks & Regards,
    Bharathi.
    <Moderator Message: Before posting a question you should read the help as suggested in the answer you got. Additionally I would strongly recommend to read the rules of engagement. Your question violated a few of the rules like a) search the forums before posting; b) read the documentation before posting; c) do not request anything asap, nothing is more important than our own work...>
    Edited by: Siegfried Szameitat on Jul 15, 2010 8:25 AM

    Hi
    1) Please check the following URL.
        [http://www.researchsummary.ca/bw/Sample_Ch10.pdf]
         Hope it will help you.
    2) Default chart option is available in BEx please check and let me know in case any questions.
    Regards
    YuvaraajP

  • Anyone has ideas how to create Google Calendar as an embedded web applet

    Hello...
    Anyone has ideas how to create Google Calendar as an embedded web applet in CRM On Demand? I would like to create an embedded web applet to show up the user's Google Calendar. I may have users Google credentials saved in its user record of CRMOD.

    This can be enabled with InBound SSO implementation where your CRMOD Credentials and Google Apps Credentials are mapped.
    if it would help consider reading something on OpenSSO on SAML for this requirement
    Regards.
    Deepak H Andeli

  • How to create a interactive PDF portfolio?

    How to create a interactive PDF portfolio?
    Hello evereybody.....
    I have Adobe Writer Por.8.
    I want to create a PDF portfolio (there is a 150 different contracts (PDF).....and ı want to manage this contracts)
    Can I do something with adobe Pro8?

    Hello Bernd, thank you very much for response.Actually, What do u mean a package may be it can be helpful for me.....can ı manage my contracts with Package?

  • How to create an commerce chart of sizes and prices, etc?

    How to create an commerce chart of sizes and prices, etc?

    Hi,
    Andreas is right, we have many ways to deploy Windows 8.1 like OEM.
    You can also try the ADK:
    Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1
    http://www.microsoft.com/en-hk/download/details.aspx?id=39982
    The Windows ADK enables two key scenarios: Windows deployment and Windows assessment.
    Windows Deployment is for OEMs and IT professionals who customize and automate the large-scale installation of Windows on a factory floor or across an organization.
    Kate Li
    TechNet Community Support

  • How to create an interactive 3D model? Which software should we need to do that?

    How to create an interactive 3D model? Which software should we need to do that?

    you can crate 3d models in any number of graphics programs.  swift3d is especially designed to use with flash.
    i'm not sure what kind of interaction you want but that would probably be coded in flash.

  • How to create an org chart diagram iWork's?

    How to create an organizational chart diagram in iworks applications?

    Based on your tag, I would assume you are asking about iworks for OSX, in which case you are in the wrong forum and may wish to post here: https://discussions.apple.com/community/iwork. You might find some useful information in this: http://help.apple.com/pages/mac/5.2/#/tana3148ea61
    If your inquiry is about Pages for iOS (iPad and iPhone): http://help.apple.com/pages/ipad/2.2/#/tan9ad18c384

  • Create an interactive chart

    How can I create an interactive chart like this: http://se.deltasd.bc.ca/vision/ while using HTML5?

    Thanks a lot for your response.
    I was able to create the parameters and now able to select the measure and facility and display that data in the table and chart.
    Now I am trying to see if I can add a line(target values) on top of the column chart to show the whether the scores of each measures, for each quarters are how far from the target values.
    Please let me know if this is possible.

  • How to prevent RSS Viewer web part from overriding list-item CSS style?

    I am using SharePoint Online. I have a web part page with a number of web parts with links. Font size of the links is ~12px.
    If I add an RSS Viewer web part to the page, then it overrides the 'list-item' class CSS Style to something like 8px, which is unreadable.
    To correct this I have tried the following:
    1. Added the following code to a Script Editor Web Part on same page:
    <style type="text/css">
    .item link-item
    font-size:20px !important;
    .link-item
    font-size:20px !important;
    </style>
    2. Completely deleted all XSL from the RSS Viewer web part and replaced it with very simple formatting code which format the links within the RSS web part to 16px - but still the other links are set to 8px.
    3. Linked a custom style sheet to the relevant master page and set the link-item classes in there, ensuring that it is executed after the standard SharePoint css.
    ...but nothing works!
    It appears that, as soon as the RSS Viewer web part is added to the page it overrides the list-item style and then will not release it even if all the XSL within the web part is deleted!
    On deleting the RSS Viewer from the page and saving it, the links font size returns to normal.
    Does anyone have a fix/work around for this?
    Thanks in advance,
    Jimmy

    Hi Jimmy,
    I recommend to use “.link-item a” instead as the code below to change the font size of the links:
    <style>
    .link-item a
    font-size:20px !important;
    </style>
    And I tested the code above in my environment and it worked fine.
    Best regards,
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Invoke node error in PDSF vi

    Iam using NI datalogger,for reading analog and digital inputs.In this datalogger there are many sub VIs.when i run the data logger iam getting the errors like, the sub vi PDSF_logistics.vi(process data standard format )is not executable.The error wha

  • Backup Issue of exchange server 2007 mailbox store

    Dears Exchange server 2007 with CCR clustering I have got a problem with the backup of one of my mailbox store. Its going till the last and giveing the final error as follows:- V-79-57344-65247 - A failure occurred reading an object. Also the warning

  • IDOC to File (BYpass)-- Error or Warning  :  " Message Branched. "

    HI all, Iam trying idoc to file scenario(bypass) my idoc is triggered succesfully and it is reaching to the receiver system. but the problem is in SXMB_MONI ,it is not showing my Receiver service details and showing with different symbol like " <b>>>

  • How come the color of items in some MC can be edited whilst the colors of other MC can't

    How come the color of items in some MC can be edited whilst the colors of other MC can't. All layers are unlocked.

  • Strange Box's And Wanting To Reset Keys

    Hello, Im having an little problem with strange box's appealing where my curser is. It happens on all applications, Safari, Mail, Messenger ect. If I also go to scroll the page down the box follows it and messes up the screen. Screen shots, So you kn