kirin123kirin / csankey

Sakey Diagram HTML builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python C Extention Easy Core functions

Upload pypi.org

Overview

There is an exciting application that uses d3.js sankey-circular.js. However, the way to create json data is very complicated.

Goal

  • The goal is to automatically generate a sankey diagram from a csv or spreadsheet.
  • and also to create a sankey diagram by copying a spreadsheet table to the clipboard and running this program.

Implementation

It uses a library created in C++ and imported as a library from python. The reason for this is that file and string manipulation is much easier in python.

Install

$ pip install csankey

UnInstall

$ pip uninstall csankey

Requirement

  • python3.3 later.

run command Environment

  • Windows
  • Linux
  • Mac OSX

Supported Browsers of OutputHTML file

Checked Browser Result
Chrome(95.0.4638.69) OK
Edge(95.0.1020.40) OK
Firefox ?Unknown
IE ?Unknown
Opera ?Unknown
Safari ?Unknown

Usage

TODO

Example

TODO

Perfomance

TODO

Libraries used

References used

About

Sakey Diagram HTML builder

License:MIT License


Languages

Language:Python 27.9%Language:C++ 25.1%Language:HTML 20.1%Language:JavaScript 18.5%Language:CSS 6.7%Language:CMake 1.7%