Packages
Alpha: Phoenix LiveView components for interactive Selecto query building and data exploration
Current section
Files
Jump to
Current section
Files
lib/selecto_components/views/graph/component.ex
defmodule SelectoComponents.Views.Graph.Component do
alias VegaLite, as: Vl
use Phoenix.LiveComponent
import SelectoComponents.Components.Common
def render(assigns) do
~H"""
<div> GRAPH </div>
"""
end
end