Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate item dosent work #42

Open
miladmodaresi opened this issue Oct 5, 2019 · 0 comments
Open

duplicate item dosent work #42

miladmodaresi opened this issue Oct 5, 2019 · 0 comments

Comments

@miladmodaresi
Copy link

    {
        items: {
            captions: {
                title: 'معاونت ها',
            },
            xtype: 'columnChart',
            loadUrl: CST.BUDGET_MODULE_BASE_URL + 'actual/get-department-budget-statistic',
            __params: {
                year: 1398,
                departmentIds: '141,136,145,140,121,135,138,133,142,139'
            },

        },
        xtype: 'panel',
        height: 400,
        width: '100%',
        style: 'border: 1px solid black; border-radius: 10px;',
        margin: 5,
        titleAlign: 'center',
    },
    {
        items: {
            captions: {
                title: 'معاونت ها',
            },
            xtype: 'columnChart',
            loadUrl: CST.BUDGET_MODULE_BASE_URL + 'actual/get-department-budget-statistic',
            __params: {
                year: 1398,
                departmentIds: '112,113,114,116,115'
            },

        },
        xtype: 'panel',
        height: 400,
        width: '100%',
        style: 'border: 1px solid black; border-radius: 10px;',
        margin: 5,
        titleAlign: 'center',
    },

this code return one item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant