Giter Club home page Giter Club logo

panel-highcharts's Introduction

Panel HighCharts Logo

PyPI version Downloads Python Versions PyPI - License Style Black

Follow on Twitter

๐Ÿ“ˆ Panel HighCharts

The panel-highcharts package makes it easy to use Highcharts from Python for exploratory analysis in a Jupyter Notebook or as a HoloViz Panel Web App.

Check out the panel-highcharts examples on Binder or the article Highly Interactive Data Visualization.

Jupyter Notebook Jupyter Labs Panel Apps
Binder Binder Binder

Panel HighChart Reference Example

๐Ÿ Background

This project was started because a colleague of mine loves to use HighCharts for his analytics trading apps. As there was no really easy way of using HighCharts in Python, Notebooks or Panel, it would be difficult for me, my team and our traders to collaborate. So I created this package in my spare time as an open source project to share with the world.

โš–๏ธ License

The panel-highcharts python package and repository is open source and free to use (MIT License), however Highcharts itself requires a license for commercial use. For more info see the Highcharts license FAQs.

๐Ÿƒ Getting Started

With pip

pip install panel-highcharts

From within a Jupyter Notebook

import panel_highcharts as ph

import panel as pn
pn.extension('highchart')
configuration = {
    "title": {"text": "HighChart Pane"},
    "series": [
        {
            "name": "series1",
            "data": [1, 2, 3, 4, 5],
        }
    ]
}
ph.HighChart(object=configuration, sizing_mode="stretch_width")

Basic Example

๐Ÿ‘ฉโ€๐Ÿซ Reference Guides

Guide Notebook Jupyter Notebook Jupyter Labs Panel App
HighChart View Binder Binder Binder
HighStock View Binder Binder Binder
HighMap View Binder Binder Binder
HighGantt View Binder Binder Binder

๐ŸŽจ Gallery

Guide Notebook Jupyter Notebook Jupyter Labs App App
AddSeriesDynamically View Binder Binder Binder
LinkedCharts View Binder Binder Binder
Network View Binder Binder Binder Awesome Panel
PackedBubble View Binder Binder Binder
Variwide View Binder Binder Binder

๐Ÿ’ก Inspiration

You can find more inspiration via

๐Ÿ›ฃ๏ธ Roadmap

When I get the time I would like to

  • Support pandas .plot api via method as .highplot on dataframes
  • Add more examples
  • Add badges for 100% test coverage etc.
  • Distribute as conda package

๐Ÿ“ฐ Change Log

  • 20210816: Upgrade to panel 0.12.1 and support Variwide Chart
  • 20210724: Work around holoviz/panel#2571
  • 20210724: Upgraded to Panel 0.12.0 and Bokeh 2.3.3
  • 20210619: Add add_series method
  • 20210517: Add PackedBubble example
  • 20210405: Add HighStock, HighMap, HighGantt
  • 20210404: Can now display in Classic Notebook
  • 20210403: First Release to PyPi. Works in Jupyter Lab and Panel App.

panel-highcharts's People

Contributors

marcskovmadsen avatar

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.