Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor vega-related charting #8595

Merged
merged 23 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions lib/streamlit/delta_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
)
from streamlit.cursor import Cursor
from streamlit.elements.alert import AlertMixin
from streamlit.elements.altair_utils import AddRowsMetadata
from streamlit.elements.arrow import ArrowMixin
from streamlit.elements.arrow_altair import ArrowAltairMixin, prep_data
from streamlit.elements.arrow_altair import ArrowAltairMixin
from streamlit.elements.arrow_vega_lite import ArrowVegaLiteMixin
from streamlit.elements.balloons import BalloonsMixin
from streamlit.elements.bokeh_chart import BokehMixin
from streamlit.elements.built_in_charts import BuiltInChartMixin, prep_data
Fixed Show fixed Hide fixed
from streamlit.elements.code import CodeMixin
from streamlit.elements.deck_gl_json_chart import PydeckMixin
from streamlit.elements.doc_string import HelpMixin
Expand All @@ -65,6 +65,7 @@
from streamlit.elements.image import ImageMixin
from streamlit.elements.json import JsonMixin
from streamlit.elements.layouts import LayoutsMixin
from streamlit.elements.lib.altair_utils import AddRowsMetadata
from streamlit.elements.map import MapMixin
from streamlit.elements.markdown import MarkdownMixin
from streamlit.elements.media import MediaMixin
Expand Down Expand Up @@ -94,7 +95,7 @@
from streamlit.errors import NoSessionContext, StreamlitAPIException
from streamlit.proto import Block_pb2, ForwardMsg_pb2
from streamlit.proto.RootContainer_pb2 import RootContainer
from streamlit.runtime import caching, legacy_caching
from streamlit.runtime import caching
from streamlit.runtime.scriptrunner import get_script_run_ctx
from streamlit.runtime.state import NoValue

Expand Down Expand Up @@ -154,53 +155,54 @@
)


class DeltaGenerator(
AlertMixin,
BalloonsMixin,
BokehMixin,
ButtonMixin,
BuiltInChartMixin,
CameraInputMixin,
ChatMixin,
CheckboxMixin,
CodeMixin,
ColorPickerMixin,
EmptyMixin,
ExceptionMixin,
FileUploaderMixin,
FormMixin,
GraphvizMixin,
HeadingMixin,
HelpMixin,
HtmlMixin,
IframeMixin,
ImageMixin,
LayoutsMixin,
MarkdownMixin,
MapMixin,
MediaMixin,
MetricMixin,
MultiSelectMixin,
NumberInputMixin,
PlotlyMixin,
ProgressMixin,
PydeckMixin,
PyplotMixin,
RadioMixin,
SelectboxMixin,
SelectSliderMixin,
SliderMixin,
SnowMixin,
JsonMixin,
TextMixin,
TextWidgetsMixin,
TimeWidgetsMixin,
ToastMixin,
WriteMixin,
ArrowMixin,
ArrowAltairMixin,
ArrowVegaLiteMixin,
DataEditorMixin,
):

Check warning

Code scanning / CodeQL

Conflicting attributes in base classes Warning

Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting values for attribute 'dg':
Property dg
and
Property dg
.
Base classes have conflicting
"""Creator of Delta protobuf messages.

Parameters
Expand Down
Loading
Loading