File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ Highcharts Core for Python
1313
1414**High-end data visualization for the Python ecosystem **
1515
16- .. include :: _unit_tests_code_coverage.rst
17-
1816.. toctree ::
1917 :hidden:
2018 :maxdepth: 3
Original file line number Diff line number Diff line change @@ -1239,6 +1239,14 @@ def from_csv_in_rows(cls,
12391239 which is Python's native escape character).
12401240 :type escape_character: :class:`str <python:str>`
12411241
1242+ :param series_index: If supplied, generate the chart with the series that
1243+ Highcharts for Python generated from ``df`` at the ``series_index`` position.
1244+ Defaults to :obj:`None <python:None>`, which includes all series generated
1245+ from ``df`` on the chart.
1246+
1247+ :type series_index: :class:`int <python:int>`, slice, or
1248+ :obj:`None <python:None>`
1249+
12421250 :param **kwargs: Remaining keyword arguments will be attempted on the resulting
12431251 :term:`series` instance and the data points it contains.
12441252
You can’t perform that action at this time.
0 commit comments