Packages
live_charts
0.1.0
Real-time and dynamic charts in LiveView
Retired package: Release invalid - Package is a placeholder and non-functional
Current section
Files
Jump to
Current section
Files
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