Skip to content

Commit

Permalink
fix(types): export TabularRepCustomizationOptions (#1726)
Browse files Browse the repository at this point in the history
* feat(modal):customizability of chart modal

* misspell error rectified

* property name change and formatTable function parameter count changed to one

* modal property name changed to tabularRepModal

* Update pie.ts

* Update cartesian-charts.ts

* tableCellFormatter receiving entire cell data and removal of tableFormatter

* addition of TabularRepCustomizationOptions interface

* exporting TabularRepCustomizationOptions from index.ts

---------

Co-authored-by: Eliad Moosavi <theiliad@users.noreply.github.com>
  • Loading branch information
RiyaJethwa and theiliad authored Jan 15, 2024
1 parent 3b06407 commit 60deab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export type {
WordCloudChartTooltipOptions,
ZoomBarOptions,
ZoomBarsOptions,
TabularRepCustomizationOptions,
// Formats
TickFormats,
TimeIntervalFormats,
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export type {
ToolbarControl,
ToolbarOptions,
ZoomBarOptions,
ZoomBarsOptions
ZoomBarsOptions,
TabularRepCustomizationOptions
} from './components'

export type { Coordinates, LayoutConfigs } from './layout'
Expand Down

0 comments on commit 60deab7

Please sign in to comment.