<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to enable labels for axis and Full extent for slider on Chart Widget in Web App Builder? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-enable-labels-for-axis-and-full-extent-for/m-p/1228033#M22609</link>
    <description>&lt;P&gt;I am using a chart widget&amp;nbsp; to show time series data in my application created through web app builder . It looks like this currently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RehanChaudhary_0-1667413631381.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55113iFDF20DC35C23DC74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RehanChaudhary_0-1667413631381.png" alt="RehanChaudhary_0-1667413631381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i open the widget the slider only shows up to 4 values and there are no labels on the x axis and y axis. I want that whenever the widget is opened the slider should have the full extent and labels should also be there. I was able to do it with Infographic widget&amp;nbsp; which looks like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RehanChaudhary_1-1667414430173.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55118i8A9DBE23665FAD40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RehanChaudhary_1-1667414430173.png" alt="RehanChaudhary_1-1667414430173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried changing a lot&amp;nbsp; of settings for chart widget within the conf.json file of my app but nothing worked. Here's how both widgets look like in the conf.json file of my app :&lt;BR /&gt;&lt;BR /&gt;"Chart Widget"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;{
            "name": "Chart",
            "version": "2.21",
            "uri": "widgets/Chart/Widget",
            "config": {
                "charts": [{
                    "url": "https://portale/server/rest/services/Hosted/service1/FeatureServer/0",
                    "filter": {

                    },
                    "description": "my data",
                    "symbol": {

                    },
                    "webMapLayerId": null,
                    "mode": "feature",
                    "name": "Time Sereies",
                    "highLightColor": "#ff0000",
                    "types": [{
                        "type": "line",
                        "display": {
                            "colors": ["#eb7b3a", "#febf29", "#72ad4c", "#9c4618", "#987214", "44682e"],
                            "showHorizontalAxis": true,
                            "showVerticalAxis": true,
                            "showLegend": true
                        }
                    }],
                    "labelField": "hours",
                    "valueFields": ["f80kt", "f21bi", "f74bt", "f54bl", "f51bf", "f73fw", "f72fi", "f24fl", "f78gw", "f68hb", "f77hf", "f64ks", "f70mb", "f52ng", "f79su", "f13st", "f17sm", "f27ta", "f20ve", "f61wb", "f82hf"],
                    "sortOrder": {
                        "isLabelAxis": true,
                        "isAsc": true
                    }
                }]
            },
            "index": 3,
            "id": "widgets_Chart_Widget_37",
            "label": "Time Series Charts"
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Infographic Widget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt; {
            "name": "Infographic",
            "version": "2.21",
            "uri": "widgets/Infographic/Widget",
            "config": {
                "layout": {
                    "definition": [{
                        "type": "column",
                        "isClosable": true,
                        "reorderEnabled": true,
                        "title": "",
                        "width": 100,
                        "content": [{
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 15.034420289855072,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-1"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-1"
                            }]
                        }, {
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 62.93746645195921,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-2"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-2"
                            }]
                        }, {
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 22.028113258185726,
                            "width": 59.15915915915916,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-3"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-3"
                            }]
                        }]
                    }]
                },
                "dijits": [{
                    "id": "1477573229130813-1",
                    "type": "text",
                    "visible": true,
                    "config": {
                        "background": {
                            "backgroundColor": "#FFF",
                            "alignment": {
                                "horizontal": "center",
                                "vertical": "middle"
                            },
                            "link": ""
                        },
                        "font": {
                            "font": {
                                "fontFamily": "Arial",
                                "bold": false,
                                "italic": false,
                                "underline": false
                            },
                            "fontSize": 16,
                            "textColor": "#282828"
                        },
                        "text": "TITLE OF THE INFOGRAPHIC"
                    }
                }, {
                    "id": "1477573229130813-2",
                    "type": "chart",
                    "visible": true,
                    "config": {
                        "data": {
                            "mode": "feature",
                            "type": "line",
                            "clusterField": "objectid",
                            "valueFields": ["f80kt", "f21bi", "f74bt"],
                            "sortOrder": {
                                "isAsc": true,
                                "field": "objectid"
                            }
                        },
                        "display": {
                            "backgroundColor": "#ffffff",
                            "seriesStyle": {
                                "type": "series",
                                "styles": [{
                                    "style": {
                                        "color": ["#fbe66a"]
                                    },
                                    "name": "f80kt",
                                    "label": "80KT"
                                }, {
                                    "style": {
                                        "color": ["#f29157"]
                                    },
                                    "name": "f21bi",
                                    "label": "21BI"
                                }, {
                                    "style": {
                                        "color": ["#c8501d"]
                                    },
                                    "name": "f74bt",
                                    "label": "74BT"
                                }]
                            },
                            "legend": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true
                            },
                            "displayRange": "ALL",
                            "xAxis": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true,
                                "name": "n",
                                "nameTextStyle": {
                                    "color": "#000000"
                                },
                                "format": {
                                    "digitSeparator": false
                                }
                            },
                            "yAxis": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true,
                                "name": "h",
                                "nameTextStyle": {
                                    "color": "#000000"
                                },
                                "format": {
                                    "type": "float",
                                    "digitSeparator": true
                                }
                            },
                            "tooltip": {
                                "confine": true,
                                "trigger": "item"
                            },
                            "marks": {}
                        }
                    }
                }, {
                    "id": "1477573229130813-3",
                    "type": "text",
                    "visible": true,
                    "config": {
                        "background": {
                            "backgroundColor": "#FFF",
                            "alignment": {
                                "horizontal": "center",
                                "vertical": "top"
                            },
                            "link": ""
                        },
                        "font": {
                            "font": {
                                "fontFamily": "Arial",
                                "bold": false,
                                "italic": false,
                                "underline": false
                            },
                            "fontSize": 12,
                            "textColor": "#282828"
                        },
                        "text": "Description: additional information about this infographic."
                    }
                }],
                "name": "line",
                "wid": "1477573229130813",
                "dataSource": {
                    "dataSourceType": "DATA_SOURCE_FEATURE_LAYER_FROM_MAP",
                    "name": "SO2",
                    "layerId": "SO2_7276",
                    "useSelection": true,
                    "filterByExtent": "on"
                }
            },
            "index": 8,
            "id": "widgets_Infographic_Widget_59"
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What setting of Chart Widget should i change to enable labels of axis and full extent of slider?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2022 18:49:59 GMT</pubDate>
    <dc:creator>RehanChaudhary</dc:creator>
    <dc:date>2022-11-02T18:49:59Z</dc:date>
    <item>
      <title>How to enable labels for axis and Full extent for slider on Chart Widget in Web App Builder?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-enable-labels-for-axis-and-full-extent-for/m-p/1228033#M22609</link>
      <description>&lt;P&gt;I am using a chart widget&amp;nbsp; to show time series data in my application created through web app builder . It looks like this currently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RehanChaudhary_0-1667413631381.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55113iFDF20DC35C23DC74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RehanChaudhary_0-1667413631381.png" alt="RehanChaudhary_0-1667413631381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i open the widget the slider only shows up to 4 values and there are no labels on the x axis and y axis. I want that whenever the widget is opened the slider should have the full extent and labels should also be there. I was able to do it with Infographic widget&amp;nbsp; which looks like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RehanChaudhary_1-1667414430173.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55118i8A9DBE23665FAD40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RehanChaudhary_1-1667414430173.png" alt="RehanChaudhary_1-1667414430173.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried changing a lot&amp;nbsp; of settings for chart widget within the conf.json file of my app but nothing worked. Here's how both widgets look like in the conf.json file of my app :&lt;BR /&gt;&lt;BR /&gt;"Chart Widget"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;{
            "name": "Chart",
            "version": "2.21",
            "uri": "widgets/Chart/Widget",
            "config": {
                "charts": [{
                    "url": "https://portale/server/rest/services/Hosted/service1/FeatureServer/0",
                    "filter": {

                    },
                    "description": "my data",
                    "symbol": {

                    },
                    "webMapLayerId": null,
                    "mode": "feature",
                    "name": "Time Sereies",
                    "highLightColor": "#ff0000",
                    "types": [{
                        "type": "line",
                        "display": {
                            "colors": ["#eb7b3a", "#febf29", "#72ad4c", "#9c4618", "#987214", "44682e"],
                            "showHorizontalAxis": true,
                            "showVerticalAxis": true,
                            "showLegend": true
                        }
                    }],
                    "labelField": "hours",
                    "valueFields": ["f80kt", "f21bi", "f74bt", "f54bl", "f51bf", "f73fw", "f72fi", "f24fl", "f78gw", "f68hb", "f77hf", "f64ks", "f70mb", "f52ng", "f79su", "f13st", "f17sm", "f27ta", "f20ve", "f61wb", "f82hf"],
                    "sortOrder": {
                        "isLabelAxis": true,
                        "isAsc": true
                    }
                }]
            },
            "index": 3,
            "id": "widgets_Chart_Widget_37",
            "label": "Time Series Charts"
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Infographic Widget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt; {
            "name": "Infographic",
            "version": "2.21",
            "uri": "widgets/Infographic/Widget",
            "config": {
                "layout": {
                    "definition": [{
                        "type": "column",
                        "isClosable": true,
                        "reorderEnabled": true,
                        "title": "",
                        "width": 100,
                        "content": [{
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 15.034420289855072,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-1"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-1"
                            }]
                        }, {
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 62.93746645195921,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-2"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-2"
                            }]
                        }, {
                            "type": "stack",
                            "isClosable": true,
                            "reorderEnabled": true,
                            "title": "",
                            "activeItemIndex": 0,
                            "height": 22.028113258185726,
                            "width": 59.15915915915916,
                            "content": [{
                                "type": "component",
                                "isClosable": true,
                                "componentName": "jimu grid",
                                "componentState": {
                                    "id": "1477573229130813-3"
                                },
                                "reorderEnabled": true,
                                "title": "jimu grid",
                                "id": "1477573229130813-3"
                            }]
                        }]
                    }]
                },
                "dijits": [{
                    "id": "1477573229130813-1",
                    "type": "text",
                    "visible": true,
                    "config": {
                        "background": {
                            "backgroundColor": "#FFF",
                            "alignment": {
                                "horizontal": "center",
                                "vertical": "middle"
                            },
                            "link": ""
                        },
                        "font": {
                            "font": {
                                "fontFamily": "Arial",
                                "bold": false,
                                "italic": false,
                                "underline": false
                            },
                            "fontSize": 16,
                            "textColor": "#282828"
                        },
                        "text": "TITLE OF THE INFOGRAPHIC"
                    }
                }, {
                    "id": "1477573229130813-2",
                    "type": "chart",
                    "visible": true,
                    "config": {
                        "data": {
                            "mode": "feature",
                            "type": "line",
                            "clusterField": "objectid",
                            "valueFields": ["f80kt", "f21bi", "f74bt"],
                            "sortOrder": {
                                "isAsc": true,
                                "field": "objectid"
                            }
                        },
                        "display": {
                            "backgroundColor": "#ffffff",
                            "seriesStyle": {
                                "type": "series",
                                "styles": [{
                                    "style": {
                                        "color": ["#fbe66a"]
                                    },
                                    "name": "f80kt",
                                    "label": "80KT"
                                }, {
                                    "style": {
                                        "color": ["#f29157"]
                                    },
                                    "name": "f21bi",
                                    "label": "21BI"
                                }, {
                                    "style": {
                                        "color": ["#c8501d"]
                                    },
                                    "name": "f74bt",
                                    "label": "74BT"
                                }]
                            },
                            "legend": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true
                            },
                            "displayRange": "ALL",
                            "xAxis": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true,
                                "name": "n",
                                "nameTextStyle": {
                                    "color": "#000000"
                                },
                                "format": {
                                    "digitSeparator": false
                                }
                            },
                            "yAxis": {
                                "textStyle": {
                                    "color": "#000000",
                                    "fontSize": 12
                                },
                                "show": true,
                                "name": "h",
                                "nameTextStyle": {
                                    "color": "#000000"
                                },
                                "format": {
                                    "type": "float",
                                    "digitSeparator": true
                                }
                            },
                            "tooltip": {
                                "confine": true,
                                "trigger": "item"
                            },
                            "marks": {}
                        }
                    }
                }, {
                    "id": "1477573229130813-3",
                    "type": "text",
                    "visible": true,
                    "config": {
                        "background": {
                            "backgroundColor": "#FFF",
                            "alignment": {
                                "horizontal": "center",
                                "vertical": "top"
                            },
                            "link": ""
                        },
                        "font": {
                            "font": {
                                "fontFamily": "Arial",
                                "bold": false,
                                "italic": false,
                                "underline": false
                            },
                            "fontSize": 12,
                            "textColor": "#282828"
                        },
                        "text": "Description: additional information about this infographic."
                    }
                }],
                "name": "line",
                "wid": "1477573229130813",
                "dataSource": {
                    "dataSourceType": "DATA_SOURCE_FEATURE_LAYER_FROM_MAP",
                    "name": "SO2",
                    "layerId": "SO2_7276",
                    "useSelection": true,
                    "filterByExtent": "on"
                }
            },
            "index": 8,
            "id": "widgets_Infographic_Widget_59"
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What setting of Chart Widget should i change to enable labels of axis and full extent of slider?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 18:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-enable-labels-for-axis-and-full-extent-for/m-p/1228033#M22609</guid>
      <dc:creator>RehanChaudhary</dc:creator>
      <dc:date>2022-11-02T18:49:59Z</dc:date>
    </item>
  </channel>
</rss>

