| - } - onClick={async (e) => { - e.preventDefault() - setDatabaseOperationsModalData({ - id: values.id ?? '', - index: -1, - isOpen: 'serie', - operation: 'insert', - }) - }} - /> - | -Type | -Name | -Argument Field | -Value Field | -Pane | -Axis | -
|---|---|---|---|---|---|---|
|
-
- }
- onClick={async (e) => {
- e.preventDefault()
- setDatabaseOperationsModalData({
- id: values.id ?? '',
- index,
- isOpen: 'serie',
- operation: 'update',
- seriesValues: chartValues.seriesDto[index],
- })
- }}
- />
- }
- onClick={async (e) => {
- e.preventDefault()
- setConfirmDelete({
- isOpen: true,
- id: values.id ?? '',
- fieldName: 'serie',
- index,
- })
- }}
- />
-
- |
- {row.type} | -{row.name} | -{row.argumentField} | -{row.valueField} | -{row.pane} | -{row.axis} | -
| - } - onClick={async (e) => { - e.preventDefault() - setDatabaseOperationsModalData({ - id: values.id ?? '', - index: -1, - isOpen: 'axis', - operation: 'insert', - }) - }} - /> - | -Value Type | -Position | -Type | -Name | -Title | -Visible | -
|---|---|---|---|---|---|---|
|
-
- }
- onClick={async (e) => {
- e.preventDefault()
- setDatabaseOperationsModalData({
- id: values.id ?? '',
- index,
- isOpen: 'axis',
- operation: 'update',
- axisValues: chartValues.valueAxisDto[index],
- })
- }}
- />
- }
- onClick={async (e) => {
- e.preventDefault()
- setConfirmDelete({
- isOpen: true,
- id: values.id ?? '',
- fieldName: 'axis',
- index,
- })
- }}
- />
-
- |
- {row.valueType} | -{row.position} | -{row.type} | -{row.name} | -{row.title} | -{row.visible} | -
| - } - onClick={async (e) => { - e.preventDefault() - setDatabaseOperationsModalData({ - id: values.id ?? '', - index: -1, - isOpen: 'pane', - operation: 'insert', - }) - }} - /> - | -Name | -Background Color | -Height | -
|---|---|---|---|
|
-
- }
- onClick={async (e) => {
- e.preventDefault()
- setDatabaseOperationsModalData({
- id: values.id ?? '',
- index,
- isOpen: 'pane',
- operation: 'update',
- panesValues: chartValues.panesDto[index],
- })
- }}
- />
- }
- onClick={async (e) => {
- e.preventDefault()
- setConfirmDelete({
- isOpen: true,
- id: values.id ?? '',
- fieldName: 'pane',
- index,
- })
- }}
- />
-
- |
- {row.name} | -{row.backgroundColor} | -{row.height} | -
| - } - onClick={async (e) => { - e.preventDefault() - setDatabaseOperationsModalData({ - id: values.id ?? '', - index: -1, - isOpen: 'annotation', - operation: 'insert', - }) - }} - /> - | -Type | -Name | -Text | -Series | -Value | -Width | -
|---|---|---|---|---|---|---|
|
-
- }
- onClick={async (e) => {
- e.preventDefault()
- setDatabaseOperationsModalData({
- id: values.id ?? '',
- index,
- isOpen: 'annotation',
- operation: 'update',
- annotationsValues: chartValues.annotationsDto[index],
- })
- }}
- />
- }
- onClick={async (e) => {
- e.preventDefault()
- setConfirmDelete({
- isOpen: true,
- id: values.id ?? '',
- fieldName: 'annotation',
- index,
- })
- }}
- />
-
- |
- {row.type} | -{row.name} | -{row.text} | -{row.series} | -{row.value} | -{row.width} | -
| + } + onClick={async (e) => { + e.preventDefault() + setDatabaseOperationsModalData({ + id: values.id ?? '', + index: -1, + isOpen: 'annotation', + operation: 'insert', + }) + }} + /> + | +Type | +Name | +Text | +Series | +Value | +Width | +
|---|---|---|---|---|---|---|
|
+
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setDatabaseOperationsModalData({
+ id: values.id ?? '',
+ index,
+ isOpen: 'annotation',
+ operation: 'update',
+ annotationsValues: chartValues.annotationsDto[index],
+ })
+ }}
+ />
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setConfirmDelete({
+ isOpen: true,
+ id: values.id ?? '',
+ fieldName: 'annotation',
+ index,
+ })
+ }}
+ />
+
+ |
+ {row.type} | +{row.name} | +{row.text} | +{row.series} | +{row.value} | +{row.width} | +
| + } + onClick={async (e) => { + e.preventDefault() + setDatabaseOperationsModalData({ + id: values.id ?? '', + index: -1, + isOpen: 'axis', + operation: 'insert', + }) + }} + /> + | +Value Type | +Position | +Type | +Name | +Title | +Visible | +
|---|---|---|---|---|---|---|
|
+
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setDatabaseOperationsModalData({
+ id: values.id ?? '',
+ index,
+ isOpen: 'axis',
+ operation: 'update',
+ axisValues: chartValues.valueAxisDto[index],
+ })
+ }}
+ />
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setConfirmDelete({
+ isOpen: true,
+ id: values.id ?? '',
+ fieldName: 'axis',
+ index,
+ })
+ }}
+ />
+
+ |
+ {row.valueType} | +{row.position} | +{row.type} | +{row.name} | +{row.title} | +{row.visible} | +
| + } + onClick={async (e) => { + e.preventDefault() + setDatabaseOperationsModalData({ + id: values.id ?? '', + index: -1, + isOpen: 'pane', + operation: 'insert', + }) + }} + /> + | +Name | +Background Color | +Height | +
|---|---|---|---|
|
+
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setDatabaseOperationsModalData({
+ id: values.id ?? '',
+ index,
+ isOpen: 'pane',
+ operation: 'update',
+ panesValues: chartValues.panesDto[index],
+ })
+ }}
+ />
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setConfirmDelete({
+ isOpen: true,
+ id: values.id ?? '',
+ fieldName: 'pane',
+ index,
+ })
+ }}
+ />
+
+ |
+ {row.name} | +{row.backgroundColor} | +{row.height} | +
| + } + onClick={async (e) => { + e.preventDefault() + setDatabaseOperationsModalData({ + id: values.id ?? '', + index: -1, + isOpen: 'serie', + operation: 'insert', + }) + }} + /> + | +Type | +Name | +Argument Field | +Value Field | +Pane | +Axis | +
|---|---|---|---|---|---|---|
|
+
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setDatabaseOperationsModalData({
+ id: values.id ?? '',
+ index,
+ isOpen: 'serie',
+ operation: 'update',
+ seriesValues: chartValues.seriesDto[index],
+ })
+ }}
+ />
+ }
+ onClick={async (e) => {
+ e.preventDefault()
+ setConfirmDelete({
+ isOpen: true,
+ id: values.id ?? '',
+ fieldName: 'serie',
+ index,
+ })
+ }}
+ />
+
+ |
+ {row.type} | +{row.name} | +{row.argumentField} | +{row.valueField} | +{row.pane} | +{row.axis} | +