Packages

Real-time and dynamic charts in LiveView

Retired package: Release invalid - Package is a placeholder and non-functional

Current section

Files

Jump to
live_charts lib live_charts.ex
Raw

lib/live_charts.ex

defmodule LiveCharts do
@moduledoc """
Documentation for `LiveCharts`.
"""
@doc """
Hello world.
## Examples
iex> LiveCharts.hello()
:world
"""
def hello do
:world
end
end