MAIDR
Home
React
Plotly
Examples
API Documentation
GitHub
MAIDR Documentation - v3.65.0
Preparing search index...
adapters/plotly/types
PlotlyAxis
Interface PlotlyAxis
interface
PlotlyAxis
{
title
?:
string
|
{
text
?:
string
}
;
range
?:
[
number
,
number
]
;
dtick
?:
string
|
number
;
tick0
?:
string
|
number
;
tickmode
?:
"auto"
|
"linear"
|
"array"
;
tickvals
?:
number
[]
;
type
?:
string
;
categories
?:
string
[]
;
}
Index
Properties
title?
range?
dtick?
tick0?
tickmode?
tickvals?
type?
categories?
Properties
Optional
title
title
?:
string
|
{
text
?:
string
}
Optional
range
range
?:
[
number
,
number
]
Optional
dtick
dtick
?:
string
|
number
Optional
tick0
tick0
?:
string
|
number
Optional
tickmode
tickmode
?:
"auto"
|
"linear"
|
"array"
Optional
tickvals
tickvals
?:
number
[]
Optional
type
type
?:
string
Optional
categories
categories
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
title
range
dtick
tick0
tickmode
tickvals
type
categories
src
adapters
d3
binders
bar.ts
bindD3Bar
box.ts
bindD3Box
candlestick.ts
bindD3Candlestick
heatmap.ts
bindD3Heatmap
histogram.ts
bindD3Histogram
line.ts
bindD3Line
scatter.ts
bindD3Scatter
segmented.ts
bindD3Segmented
smooth.ts
bindD3Smooth
MaidrD3.tsx
MaidrD3Props
MaidrD3
index.ts
MaidrData
MaidrLayer
MaidrSubplot
Orientation
TraceType
bindD3Bar
bindD3Box
bindD3Candlestick
bindD3Heatmap
bindD3Histogram
bindD3Line
bindD3Scatter
bindD3Segmented
bindD3Smooth
D3BarConfig
D3BinderConfig
D3BinderResult
D3BoxConfig
D3CandlestickConfig
D3HeatmapConfig
D3HistogramConfig
D3LineConfig
D3ScatterConfig
D3SegmentedConfig
D3SmoothConfig
DataAccessor
SegmentedTraceType
selectors.ts
cssEscape
ensureContainerId
scopeSelector
types.ts
D3AxisInput
D3BinderConfig
DataAccessor
D3BarConfig
D3LineConfig
D3ScatterConfig
D3HeatmapConfig
D3BoxConfig
D3HistogramConfig
D3CandlestickConfig
SegmentedTraceType
D3SegmentedConfig
D3SmoothConfig
D3BinderResult
D3ExtractedData
useD3Adapter.ts
D3AdapterSpec
D3ChartType
UseD3AdapterResult
useD3Adapter
util.ts
getD3Datum
resolveAccessor
inferAccessor
resolveAccessorOptional
queryD3Elements
buildNoElementsError
buildNoDatumError
generateId
buildAxes
applyMaidrData
google-charts
converters.ts
GoogleChartAdapterOptions
createMaidrFromGoogleChart
index.ts
createMaidrFromGoogleChart
GoogleChartAdapterOptions
GoogleChart
GoogleChartType
GoogleDataTable
GoogleEvents
GoogleSelectionItem
selectors.ts
nextId
ensureContainerId
buildDataSelector
types.ts
GoogleDataTable
GoogleSelectionItem
GoogleBoundingBox
GoogleChartLayoutInterface
GoogleChart
GoogleEvents
GoogleChartType
plotly
extractor.ts
extractPlotlyData
findGraphDiv
index.ts
extractPlotlyData
disconnectPlotlyObservers
isPlotlyPlot
normalizePlotlySvg
normalizer.ts
isPlotlyPlot
normalizePlotlySvg
disconnectPlotlyObservers
selectors.ts
generatePlotlySelectors
subplotCssPrefix
types.ts
PlotlyGraphDiv
PlotlyTrace
PlotlyLayout
PlotlyFullLayout
PlotlyAxis
PlotlyCalcData
PlotlyCalcPoint
recharts
MaidrRecharts.tsx
MaidrRecharts
converters.ts
convertRechartsToMaidr
index.ts
convertRechartsToMaidr
MaidrRecharts
getRechartsSelector
HistogramBinConfig
MaidrRechartsProps
RechartsAdapterConfig
RechartsChartType
RechartsLayerConfig
useRechartsAdapter
selectors.ts
getRechartsSelector
types.ts
RechartsChartType
RechartsLayerConfig
HistogramBinConfig
RechartsAdapterConfig
MaidrRechartsProps
useRechartsAdapter.ts
useRechartsAdapter
command
autoplay.ts
AutoplayUpwardCommand
AutoplayDownwardCommand
AutoplayForwardCommand
AutoplayBackwardCommand
StopAutoplayCommand
SpeedUpAutoplayCommand
SpeedDownAutoplayCommand
ResetAutoplaySpeedCommand
command.ts
Command
CommandContext
describe.ts
AnnounceXCommand
AnnounceYCommand
AnnounceZCommand
AnnounceTitleCommand
AnnounceSubtitleCommand
AnnounceCaptionCommand
AnnouncePointCommand
AnnouncePositionCommand
factory.ts
CommandFactory
goTo.ts
GoToExtremaToggleCommand
goToExtremaNavigation.ts
GoToExtremaMoveUpCommand
GoToExtremaMoveDownCommand
GoToExtremaSelectCommand
GoToExtremaCloseCommand
gridCell.ts
EnterGridCellCommand
ExitGridCellCommand
GridCellMoveLeftCommand
GridCellMoveRightCommand
move.ts
MoveUpCommand
MoveDownCommand
MoveLeftCommand
MoveRightCommand
MoveToTopExtremeCommand
MoveToBottomExtremeCommand
MoveToLeftExtremeCommand
MoveToRightExtremeCommand
MoveToTraceContextCommand
MoveToSubplotContextCommand
ExitBrailleAndSubplotCommand
MoveToNextTraceCommand
MoveToPrevTraceCommand
rotorNavigation.ts
RotorNavigationNextNavUnitCommand
RotorNavigationPrevNavUnitCommand
RotorNavigationMoveUpCommand
RotorNavigationMoveLeftCommand
RotorNavigationMoveDownCommand
RotorNavigationMoveRightCommand
toggle.ts
ToggleBrailleCommand
ToggleTextCommand
ToggleAudioCommand
ToggleReviewCommand
ToggleHelpCommand
ToggleChatCommand
ToggleSettingsCommand
ToggleCommandPaletteCommand
CommandPaletteCloseCommand
CommandPaletteMoveUpCommand
CommandPaletteMoveDownCommand
CommandPaletteSelectCommand
ToggleScopeCommand
ToggleHighContrast
model
abstract.ts
Dimension
NearestPoint
AbstractPlot
AbstractTrace
bar.ts
AbstractBarPlot
BarTrace
box.ts
BoxTrace
candlestick.ts
Candlestick
context.ts
Context
factory.ts
TraceFactory
heatmap.ts
Heatmap
histogram.ts
Histogram
line.ts
LineTrace
movable.ts
MovableGrid
MovableGraph
MovablePlane
plot.ts
Figure
Subplot
Trace
scatter.ts
ScatterTrace
segmented.ts
SegmentedTrace
smooth.ts
SmoothTrace
smoothSvgXY.ts
SmoothTraceSvgXY
smoothtraceFactory.ts
createSmoothTrace
violin.ts
ViolinKdeTrace
violinBox.ts
ViolinBoxTrace
service
audio.ts
AudioService
audioPalette.ts
WaveType
AudioPaletteIndex
AudioPaletteEntry
AudioPaletteService
autoplay.ts
AutoplayService
braille.ts
normalizeDisplayLines
BrailleService
chat.ts
ChatService
commandExecutor.ts
CommandExecutor
commandPalette.ts
CommandPaletteService
display.ts
DisplayService
formatter.ts
AxisType
FormatterService
goToExtrema.ts
GoToExtremaService
help.ts
HelpService
highContrast.ts
HighContrastService
highlight.ts
HighlightService
keybinding.ts
SCOPED_KEYMAP
ScopeKeymap
Keymap
getKeymapForScope
KeybindingService
Mousebindingservice
llmValidation.ts
LlmValidationService
modelVersions.ts
GptVersion
ClaudeVersion
GeminiVersion
ModelConfig
ModelVersions
MODEL_VERSIONS
navigation.ts
NavigationService
notification.ts
NotificationService
pattern.ts
PatternType
PatternConfig
PatternService
prompts.ts
USER_PROMPT_TEMPLATE
PromptContext
formatSystemPrompt
formatUserPrompt
review.ts
ReviewService
rotor.ts
RotorNavigationService
settings.ts
SettingsService
storage.ts
StorageService
LocalStorageService
text.ts
TextService
state
hook
useCommandExecutor.ts
useCommandExecutor
useMaidrController.ts
useMaidrController
useViewModel.ts
useViewModel
useViewModelState
viewModel
brailleViewModel.ts
BrailleState
BrailleViewModel
chatViewModel.ts
ChatState
ChatViewModel
commandPaletteViewModel.ts
CommandItem
CommandPaletteState
ExecuteCommandCallback
CommandPaletteViewModel
displayViewModel.ts
TooltipState
DisplayState
DisplayViewModel
goToExtremaViewModel.ts
GoToExtremaState
GoToExtremaViewModel
helpViewModel.ts
HelpMenuState
HelpViewModel
registry.ts
ViewModelMap
ViewModelRegistry
reviewViewModel.ts
ReviewState
ReviewViewModel
rotorNavigationViewModel.ts
RotorState
setValue
RotorNavigationViewModel
settingsViewModel.ts
SettingsState
SettingsViewModel
textViewModel.ts
TextState
TextViewModel
viewModel.ts
AbstractViewModel
context.ts
MaidrContextValue
MaidrContext
useMaidrContext
store.ts
createMaidrStore
AppStore
RootState
type
api.ts
ApiResponse
ApiError
HttpStatus
boxplotSection.ts
BoxplotSection
BoxplotSectionType
chat.ts
Suggestion
color.ts
Rgb
disposable.ts
Disposable
event.ts
KeybindingEntry
DomEventType
Status
Scope
Focus
Keys
Event
Emitter
extrema.ts
ExtremaNavigable
ExtremaTarget
grammar.ts
CandlestickTrend
FormatFunction
FormatType
AxisFormat
ViolinOptions
ViolinKdePoint
Maidr
MaidrSubplot
BarPoint
BoxPoint
BoxSelector
CandlestickPoint
HeatmapData
HistogramPoint
LinePoint
ScatterPoint
SegmentedPoint
SmoothPoint
AxisConfig
Orientation
CandlestickSelector
MaidrLayer
TraceType
help.ts
HelpMenuItem
llm.ts
Llm
GptVersion
ClaudeVersion
GeminiVersion
LlmVersion
LlmRequest
LlmResponse
Message
LlmModelSettings
movable.ts
Movable
MovableDirection
Coordinate
Node
navigation.ts
GridNavigable
isGridNavigable
PointWithX
XValue
PointsArray
ValuesArray
hasXProperty
isXValue
isPointWithX
observable.ts
Observer
Observable
settings.ts
DEFAULT_BRAILLE_SIZE
DEFAULT_BRAILLE_LINES
MAX_BRAILLE_LINES
AriaMode
ExpertiseLevel
HoverMode
LlmModelSettings
LlmSettings
GeneralSettings
Settings
DEFAULT_SETTINGS
state.ts
PlotState
FigureState
SubplotState
TraceEmptyState
TraceState
NonEmptyTraceState
LayerSwitchTraceState
isLayerSwitchTraceState
AudioEmptyState
AudioState
BrailleState
BarBrailleState
BoxBrailleState
CandlestickBrailleState
LineBrailleState
HeatmapBrailleState
AxisType
TextState
AutoplayState
HighlightState
types
rehype-mathjax.d.ts
export=
ui
component
Braille.tsx
default
Chat.tsx
default
CommandPalette.tsx
default
Help.tsx
default
Review.tsx
default
Settings.tsx
default
Text.tsx
default
Tooltip.tsx
default
components
GoToExtrema.tsx
GoToExtrema
MessageBubble.tsx
MessageBubble
ModelIcon.tsx
ModelIcon
ModelSelection.tsx
ModelSelection
Suggestions.tsx
Suggestions
TypingEffect.tsx
TypingEffect
App.tsx
MaidrApp
util
api.ts
Api
color.ts
Color
constant.ts
Constant
deepMerge.ts
deepMerge
format.ts
FormattableValue
defaultFormat
formatters
FormatUtil
math.ts
MathUtil
platform.ts
Platform
stack.ts
Stack
subplotLayout.ts
SubplotLayout
resolveSubplotLayout
svg.ts
Svg
controller.ts
Controller
google-charts-entry.ts
createMaidrFromGoogleChart
GoogleChartAdapterOptions
GoogleChart
GoogleChartType
GoogleDataTable
GoogleEvents
GoogleSelectionItem
MaidrData
MaidrLayer
MaidrSubplot
Orientation
TraceType
index.tsx
maidr-component.tsx
MaidrProps
Maidr
react-entry.ts
MaidrD3
MaidrD3Props
D3AdapterSpec
D3ChartType
useD3Adapter
UseD3AdapterResult
Maidr
MaidrProps
MaidrData
MaidrLayer
MaidrSubplot
Orientation
TraceType
recharts-entry.ts
convertRechartsToMaidr
getRechartsSelector
MaidrRecharts
useRechartsAdapter
HistogramBinConfig
MaidrRechartsProps
RechartsAdapterConfig
RechartsChartType
RechartsLayerConfig
MaidrData
MaidrLayer
MaidrSubplot
Orientation
TraceType