Skip to content

Commit 1964c09

Browse files
committed
Updated documentation.
1 parent 37e1c6b commit 1964c09

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

highcharts_core/chart.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)