Sha256: a896b6e8e27bdc3d3033533e7910acc75b36b0f065c2e1021b2b90319cd7ce22
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
@diagrams Feature: Vegalite As a liquid user, I want to use vegalite diagram Background: Given I have a liquid template with: """ {% vegalite %} { "data": { "values": [ {"a": "A", "b": 28} ] }, "mark": "bar" } {% endvegalite %} """ Scenario: Basic Rendering When I render it Then the output should contains '<svg'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liquid-diagrams-0.4.0 | features/diagrams/vegalite.feature |