vincent icon indicating copy to clipboard operation
vincent copied to clipboard

Is there a way to load json vega ?

Open dridk opened this issue 10 years ago • 1 comments

Is it possible to load a python object from the json vega grammar ?

dridk avatar Aug 18 '14 18:08 dridk

Looks like it's not yet implemented: https://github.com/wrobstory/vincent/blob/master/vincent/core.py#L371

    def from_json(self):
        """Load object from JSON

        Not yet implemented.
        """
        raise NotImplementedError()

jaredly avatar Sep 19 '14 05:09 jaredly