Skip to content

Instantly share code, notes, and snippets.

View parth-patil's full-sized avatar

Parth Patil parth-patil

View GitHub Profile
defmodule LbEcharts do
@moduledoc """
Library to use Echarts in LiveBook
"""
use Kino.JS
asset "main.js" do
"""
export async function init(ctx, chart_data) {