Code Monkey home page Code Monkey logo

python-c3's Introduction

python-c3

python-c3 is a file based python wrapper for the c3 javascript plotting library.

usage:

import pyc3
pyc3.generate({
    "data": {
        "columns": [
            ['data1', 30, 200, 100, 400, 150, 250],
            ['data2', 50, 20, 10, 40, 15, 25]
        ]
    }
})

Lots of examples of appropriate dictionaries to provide are found on the c3 examples page

Future improvements include

  • explicit custom css
  • dynamic api support ... somehow, would likely require ajax
  • possible flask-based server version
  • possible image output via spynner as in this

Completed improvements

  • pandas support
  • custom full template

python-c3's People

Contributors

waynenilsen avatar

Stargazers

 avatar Gurumurthi V Ramanan avatar Charly Mietton avatar Sam Zeitlin avatar Sam McGrail avatar Conrad Constantine avatar Luis Capelo avatar Masayuki Tanaka avatar

Watchers

James Cloos avatar Charly Mietton avatar  avatar

Forkers

whbjob

python-c3's Issues

Change format (deeper customization)

Hi !
What you did right here is very useful ! I can easily compute some graphs without knowing the javascript language ! ๐Ÿ‘

I was wondering if I could go a little bit further with the customization of graphs like changing values, and so on.
In this particular case: http://c3js.org/samples/pie_label_format.html they modify the label format, is it possible using the script you wrote ? What do you think ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.