Ibm Analytics Entities
Analytics
- Preview
- Usage
- Definition
import { Analytics } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Analytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ANALYTICS } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Shape
{...props}
_style={extendStyle(props, ANALYTICS)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/analytics/analytics.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Data Integration
- Preview
- Usage
- Definition
import { DataIntegration } from '@dinghy/diagrams/entitiesIbmAnalytics'
<DataIntegration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_INTEGRATION } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_INTEGRATION)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/analytics/data_integration.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Data Repositories
- Preview
- Usage
- Definition
import { DataRepositories } from '@dinghy/diagrams/entitiesIbmAnalytics'
<DataRepositories/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_REPOSITORIES } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Shape
{...props}
_style={extendStyle(props, DATA_REPOSITORIES)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/analytics/data_repositories.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Device Analytics
- Preview
- Usage
- Definition
import { DeviceAnalytics } from '@dinghy/diagrams/entitiesIbmAnalytics'
<DeviceAnalytics/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVICE_ANALYTICS } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Shape
{...props}
_style={extendStyle(props, DEVICE_ANALYTICS)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/analytics/device_analytics.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Streaming Computing
- Preview
- Usage
- Definition
import { StreamingComputing } from '@dinghy/diagrams/entitiesIbmAnalytics'
<StreamingComputing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STREAMING_COMPUTING } from '@dinghy/diagrams/entitiesIbmAnalytics'
<Shape
{...props}
_style={extendStyle(props, STREAMING_COMPUTING)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/analytics/streaming_computing.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}