-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm making a PieChart like so
dataset = Contex.Dataset.new(data, ["Name", "Avg Runtime"])
opts = [
mapping: %{category_col: "Name", value_col: "Avg Runtime"},
legend_setting: :legend_right,
data_labels: true,
title: "System Runtimes"
]
Contex.Plot.new(dataset, Contex.PieChart, 600, 400, opts)But I'm not getting the Avg Runtime details displaying when the user hovers the mouse over the pie slice. I must be missing an option, but I don't see in the docs a list of the options and their effects. What do I need for on-hover functionality?
If this is a bug or missing feature, let me know - I'm happy to contribute :)
Metadata
Metadata
Assignees
Labels
No labels