Jump to content

I try to configure properties.json file within com.ibi.data...


Nox Lee

Recommended Posts

I try to configure properties.json file within com.ibi.datatables folder for changing fontFamily, and no matter how I change the value for fontFamily it still not apply to the chart, wander where I miss for this configuration

below is the default properties for this chart:

{

info: {

version: 1.1.0,

implements_api_version: 2.0,

author: Information Builders,

copyright: Information Builders Inc.,

url: https://github.com/ibi/wf-extensions-chart/tree/master/com.ibi.datatables,

icons: {

medium: icons/datatables.png

}

},

"properties": {

"paging": true,

"pageLength": 10,

"lengthMenu": "[ 10, 25, 50, 100 ]",

"ordering": true,

"info": true,

"searching": true,

"lengthChange": false,

"colReorder": true,

"responsive": true,

"scroller": false,

"scrollY": 370,

"showTotal": false,

"color": "#555",

"padding": "8px",

"border": "1px solid #ddd",

"fontFamily": "'Helvetica Neue',Helvetica,Arial,sans-serif",

"fontSize": "14px",

"title": {

"fontWeight": "bold",

"color": "inherit",

"backgroundColor": "transparent"

},

"data": {

"fontWeight": "normal",

"color": "inherit",

"backgroundColorOdd": "#f9f9f9",

"backgroundColorEven": "transparent",

"selected": {

"color": "inherit",

"border": "1px solid #99cfff",

"backgroundColor": "#cde8ff"

}

},

"crossTabs": {

"fontWeight": "bold",

"color": "inherit",

"backgroundColorOdd": "#f9f9f9",

"backgroundColorEven": "transparent"

}

},

 

"propertyAnnotations": {

"paging": "bool",

"pageLength": "number",

"lengthMenu": "str",

"ordering": "bool",

"info": "bool",

"searching": "bool",

"lengthChange": "bool",

"colReorder": "bool",

"responsive": "bool",

"scroller": "bool",

"scrollY": "number",

"showTotal": "bool",

"color": "str",

"padding": "str",

"border": "str",

"fontFamily": "str",

"fontSize": "str",

"title": {

"fontWeight": "str",

"color": "str",

"backgroundColor": "str"

},

"data": {

"fontWeight": "str",

"color": "str",

"backgroundColorOdd": "str",

"backgroundColorEven": "str",

"selected": {

"color": "str",

"border": "str",

"backgroundColor": "str"

}

},

"crossTabs": {

"fontWeight": "str",

"color": "str",

"backgroundColorOdd": "str",

"backgroundColorEven": "str"

}

},

 

"dataBuckets": {

 

"tooltip": false,

"matrix": false,

"data_page": false,

"series_break": false,

 

"buckets": [

{

"id": "measure",

"type": "measure",

"count": {

"min": 1,

"max": 16

}

},

{

"id": "row",

"type": "dimension",

"count": {

"min": 0,

"max": 16

}

},

{

"id": "column",

"type": "dimension",

"count": {

"min": 0,

"max": 16

}

}

]

},

 

"translations": {

"en": {

"name": "Datatables Grid",

"description": "Datagrid using the Datatables JS plug-in with support for sorting, column reordering, searching and responsive capabilities.",

"icon_tooltip": "Datagrid using the Datatables JS plug-in with support for sorting, column reordering, searching and responsive capabilities.",

"measure_name": "Measures",

"measure_tooltip": "Drop a measure here",

"row_name": "Rows",

"row_tooltip": "Drop a dimension here",

"column_name": "Columns",

"column_tooltip": "Drop a dimension here"

}

}

 

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...