Skip to content

Commit

Permalink
Merge pull request #515 from Kitware/update-vega-docs
Browse files Browse the repository at this point in the history
Remove vega templates from docs and update mixin docs
  • Loading branch information
jeffbaumes committed Aug 14, 2017
2 parents 5f5a0de + 38c86ac commit a1038bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 348 deletions.
7 changes: 4 additions & 3 deletions docs/candela-js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,11 @@ Combines the ``InitSize`` and ``Resize`` mixins, and automatically responds to
the ``resize`` event by updating the ``this.width`` and ``this.height``
properties.

.. js:function:: VegaChart(spec)
.. js:function:: VegaView()

Implements a vega-based visualization component, using the Vega specification
given in ``spec``.
Implements a Vega or Vega-Lite visualization component. Subclasses should
implement a ``generateSpec()`` method which returns an appropriate
Vega/Vega-Lite specification based on the view options.

.. _options:

Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,3 @@ Quick start - R
coding-style-guide
releasing-candela
testing
vega-templates
344 changes: 0 additions & 344 deletions docs/vega-templates.rst

This file was deleted.

0 comments on commit a1038bd

Please sign in to comment.