- Information
- License (MIT)
- Recent Changes
- Supported Languages
- Supported Export Types
- Supported Import Types
- Setup
- Getting Started
- CDN Links
- Navigation
- Shortcut Keys
- API
- Public Functions
- Configuration
- Main Options
- Text Options
- Binding Options
- Basic Options
- Side Menu
- Title Bar
- Yearly Statistics
- Description
- Guide
- Zooming
- ToolTip
- Holiday
- Dynamic Color Range
- Color Range
- Date Formatting
- Custom Triggers
Text Options
Explore this complete list of Heat.js configuration options to easily set up, or update the text settings on the fly.
Example
$heat.setLocale( {
backButtonText: "Back"
} );Options
| Type: | Name: | Default Value: |
|---|---|---|
| string | stText | st |
| string | ndText | nd |
| string | rdText | rd |
| string | thText | th |
| string | backButtonText | Back |
| string | nextButtonText | Next |
| string | refreshButtonText | Refresh |
| string | exportButtonText | Export |
| string | lessText | Less |
| string | moreText | More |
| string | dateText | Date |
| string | countText | Count |
| string | mapText | Map |
| string | chartText | Chart |
| string | noChartDataMessage | There is currently no data to view. |
| string | statisticsText | Statistics |
| string | noColorRangesDataMessage | There are currently no color ranges to view. |
| string | unknownTrendText | Unknown |
| string | importButtonText | Import |
| string | noMapDataMessage | There is currently no data to view. |
| string | objectErrorText | Errors in object: {{error_1}}, {{error_2}} |
| string | attributeNotValidErrorText | The attribute '{{attribute_name}}' is not a valid object. |
| string | attributeNotSetErrorText | The attribute '{{attribute_name}}' has not been set correctly. |
| string | closeButtonText | Close |
| string | configurationButtonText | Configuration |
| string | configurationTitleText | Configuration |
| string | visibleMonthsText | Visible Months |
| string | visibleDaysText | Visible Days |
| string | dataText | Data |
| string | colorRangesText | Color Ranges |
| string | yearText | Year |
| string | daysText | Days |
| string | noDaysDataMessage | There are currently no days to view. |
| string | currentYearText | Current Year |
| string | todayText | Today |
| string | thisWeekText | This Week |
| string | thisMonthText | This Month |
| string | thisYearText | This Year |
| string | unavailableText | Unavailable |
| string | monthsText | Months |
| string | noMonthsDataMessage | There are currently no months to view. |
| string | selectTypeText | Select Type |
| string | filenamePlaceholderText | Filename (optional) |
| string | onlyDataBeingViewedText | Only data being viewed |
| string | zoomInText | Zoom In |
| string | zoomOutText | Zoom Out |
| string | clearButtonText | Clear |
| string | selectFilesText | Select File(s) |
| string | dragAndDropFilesText | Drag and drop your file(s) here ... |
| string | addTypeText | Add Type |
| string | typePlaceholderText | Type |
| string | addButtonText | Add |
| string | removeButtonText | Remove |
| string | invertText | Invert |
| string | lineText | Line |
| string | noLineDataMessage | There is currently no data to view. |
| string | removeTypeText | Remove Type |
| string | openNewTypeText | Open new type |
| string | clearExistingDataText | Clear existing data |
| string | browseButtonText | Browse |
| string | saveButtonText | Save |
| string | resetButtonText | Reset |
| string | copyButtonText | Copy |
| string | yesButtonText | Yes |
| string | noButtonText | No |
| string | confirmText | Confirm |
| string | clearDataConfirmText | Are you sure you want to clear the data? |
| string | removeTypeConfirmText | Are you sure you want to remove this type? |
| string[] | monthNames | [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ] |
| string[] | dayNames | [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ] |