Gcp2 Data Analytics Entities
BigQuery
- Preview
- Usage
- Definition
import { Bigquery } from '@dinghy/diagrams/entitiesGcp2DataAnalytics'
<Bigquery/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIGQUERY } from '@dinghy/diagrams/entitiesGcp2DataAnalytics'
<Shape
{...props}
_style={extendStyle(props, BIGQUERY)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
BigQuery 2
- Preview
- Usage
- Definition
import { Bigquery2 } from '@dinghy/diagrams/entitiesGcp2DataAnalytics'
<Bigquery2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BIGQUERY_2 } from '@dinghy/diagrams/entitiesGcp2DataAnalytics'
<Shape
{...props}
_style={extendStyle(props, BIGQUERY_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 68,
}