Graphing & SVG

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

What does it take to generate graphs using Drupal (and jQuery)? What are the pros and cons of the various methods? Perhaps there is the makings of a solution already.

PHP, JavaScript, XML into SWF? Feel free to speculate. Why not SVG and push the standards forward? Whatever the format, code examples are welcome to demonstrate the various specifications, and hopefully we can shed some light on the situation.

rakesh.gectcr's picture

SVG graphs module for Drupal 8 Version.

How about creating svg graph module for drupal 8 version.?

Read more
manningpete's picture

Data Visualization at DrupalCon LA: D3.js BOF

I wrote up the notes from the D3.js BOF. I think that was the only non-mapping DataViz session. They are available via google doc here: https://docs.google.com/document/d/1dApzT9HfUZ0VC4RUdvzbwVeD5hcXfPnRmCvy... or PDF (attached)

Read more
josegaert's picture

Svg-edit

Dear all,

I want to advertise my project,
http://drupal.org/sandbox/josegaert/1511596

It is still experimental and there are not yet any validations so it is vulnerable to XSS-attacks.

Installing this project gives you 3 modules.

<

ul>

  • Svg: Gives you a new field in which you can enter svg-code and it is rendered as an image.
  • Read more
    stovak's picture

    Highcharts

    Happy to announce the first release of the Highcharts module.

    http://drupal.org/project/highcharts

    Producing mobile-ready SVG/VML charts and graphs without flash.

    Read more
    stovak's picture

    Three new sandboxes

    Ok, so i'm writing a book for Packt about creating D7 sites for mobiles and tablets. I in the process i've created three sandbox modules that i'm hoping to take to full module status,

    1. Views Highcharts

      http://drupal.org/sandbox/stovak/1235800

      Uses the Highcharts library to graph view results without using flash. I've applied for full-project status. It's in the queue and being reviewed.

    Read more
    stovak's picture

    Views_highcharts

    so, I've created a simple views plugin that returns a chart with the HighCharts library. Anyone interested in helping me test and/or develop?

    http://drupal.org/sandbox/stovak/1235800

    Read more
    Al2004's picture

    So what *is* the state of SVG and Drupal?

    There doesn't seem to be much life in this group, but just in case... :)

    I need to develop a site which shows interactive svg charts. I've written the code which auto-generates the svg files, which contain a lot of JavaScript. At this point, I thought - Ok, the easy bit, all I have to do now is find some way to get this code onto a web page.

    Read more
    nickvidal's picture

    Drupal 7 and Sencha Touch

    I've created a demo to show how Drupal and Sencha Touch can work together. The demo is called "Tea Sencha Network" and it displays information from Sencha's official blog.

    Please access:

    <

    ul>

  • the Mobile UI (http://teasencha.net), built on top of Sencha Touch,
  • the Green TEAm (http://green.teasencha.net), built on top of Drupal 7,
  • Read more
    mschvili-gdo's picture

    Active process graph?

    I want to create different processes eg in shape of boxes. By clicking a node in the graph the user shall come to a graph child of the first one or to a node (content).

    Does this functionality exist? I have been search the whole www (almost).

    Read more

    Chart Resources

    I'm trying to build a collection of good chart resources. The problem with the PHP libraries in PECL and PEAR is that they are still alpha/beta. I you have used a specific library/tool please add them to this wiki and if possible please add the experience you had with it.

    pChart
    http://pchart.net/

    Flot (jQuery)
    http://code.google.com/p/flot/

    jqchart (jQuery)
    http://www.reach1to1.com/sandbox/jquery/jqchart/

    Reviewed from smashingmagazine:
    http://www.smashingmagazine.com/2007/10/18/charts-and-graphs-modern-solu...

    Sparkline
    http://sparkline.org/

    GDChart

    Read more
    Chris Charlton's picture

    Are you interested in learning or using Flex?

    Yes
    55% (99 votes)
    Maybe
    11% (20 votes)
    No
    22% (39 votes)
    Not sure yet
    12% (21 votes)
    Total votes: 179
    mtndan's picture

    Org Chart?

    Hi folks,

    We're interested in the possibility of autogenerating an org chart with svg (or flash). We are currently using Visio to automatically create org charts from Active Directory data. This then is saved as awful visio html and manually uploaded to our site.

    We have Drupal talking to Active Directory now, and would love to take the step of using Drupal to create the org chart dynamically.

    Anyone tried this, or have ideas?

    Read more
    amitaibu's picture

    SVG to Flash

    Hi,
    I'm creating designs in SVG, and I'd like to show them on my site. I'd like to convert it into flash. I saw different converted such as SVG 2 SWF .

    Does anyone has experience in that?

    Read more
    snufkin's picture

    drawing wrap-up like thing

    The end of the SoC has far passed. I kept working on the drawing project, committed several fixes, and wrote a few example modules. during and before FrOSCon and DrupalCon brainstormed with others about where you could use the the graphic displays.

    Read more
    snufkin's picture

    Drawing module - final update

    This is probably the final update for the Drawing module. I am going to an astronomical camp tomorrow, where I will have hardly any internet access.

    Documentation for the Drawing API (without the graphing part, because that is very flexible right now): http://drupal.org/node/161562

    Read more
    snufkin's picture

    Drawing module midterm update

    The half of the Summer of Code period seems to have passed so quickly as a Cray XT4 prints out "hello world". This not only means these machines are very fast, but also that I enjoyed much of the time i spent working on my project. Lets have a quick overview what has been done so far, and what is to be done in the second term.

    Read more
    snufkin's picture

    Drawing module release

    Its not time for the next weekly progress report yet, but in the past days finally i managed to progress far enough to have a development snapshot release, so I wanted to inform those interested in the project.

    Read more
    snufkin's picture

    Drawing API update 3

    The unfortunate consequence of Google's SoC is that most people have exams during the project period, and this greatly effects the progress. I had two big exams, of the material of 2-3 years of stuff. I failed one, and in order to stay at uni i had to pass the second. That is done, now the update.

    Read more
    snufkin's picture

    Drawing API update 2

    After last week's update I started to plan and code the proposed API following the scheme of the Forms API. This will provide developers with a very familiar way to construct graphic objects using the already known FAPI-like array structure. Right now the drawing_get_canvas is being worked on, this function is the core of the rendering, and is responsible to collect the objects, placing them on the drawing canvas.

    Read more
    sime's picture

    Embed process should be like forms api?

    In writing SWF Tools I attempted to follow some design patterns that would make the embedding aspect of it generic. The embedding logic is there, but it's surrounded by a lot of unreleted code. So with the benefit of hindsight, here is a run-through of an "Embed API". Much of this is simply cloned Forms API.

    Read more
    Subscribe with RSS Syndicate content

    Graphing & SVG

    Group organizers

    Group notifications

    This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: