GraphPanel🔗
Support for legacy graph panel.
@deprecated this a deprecated panel type
Definition🔗
class GraphPanel:
"""
Support for legacy graph panel.
@deprecated this a deprecated panel type
"""
type_val: typing.Literal["graph"]
# @deprecated this is part of deprecated graph panel
legend: typing.Optional[dashboard.DashboardGraphPanelLegend]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.