Sha256: b8b10bb52792419c32a4f8deec56a86759f6ff7287c56aca0336c7bb1d181eb1

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

@diagrams
Feature: Vega

  As a liquid user, I want to use vega diagram

  Background:
    Given I have a liquid template with:
      """
      {% vega %}
      {
        "data": {
          "values": [
            {"a": "A", "b": 28}
          ]
        },
        "mark": "bar"
      }
      {% endvega %}
      """

  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/vega.feature